Skip to content

Commit 807726c

Browse files
committed
removed a line by accident
1 parent e7a0605 commit 807726c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/shared/CommonAssemblyInfo.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ namespace Org.XmlUnit
2626
internal static class XmlUnitVersion
2727
{
2828
internal const string ApiVersion = "2.7.1";
29-
internal const string AssemblyVersion = ApiVersion + ".174";
29+
internal const string AssemblyVersion = ApiVersion + ".175";
30+
internal const string Version = ApiVersion;
3031
}
3132
}

0 commit comments

Comments
 (0)