We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f8971 commit 6747645Copy full SHA for 6747645
LibDmd/Version.cs
@@ -8,8 +8,8 @@ namespace LibDmd
8
{
9
public class Version
10
11
- public const string AssemblyVersion = "1.6.1.0";
12
- public const string AssemblyFileVersion = "1.6.1.0";
13
- public const string AssemblyInformationalVersionAttribute = "1.6.1";
+ public const string AssemblyVersion = "1.7.0.0";
+ public const string AssemblyFileVersion = "1.7.0.0";
+ public const string AssemblyInformationalVersionAttribute = "1.7.0";
14
}
15
0 commit comments