Skip to content

Commit

Permalink
release: v1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy committed Jun 20, 2018
1 parent 51f8971 commit 6747645
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LibDmd/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ namespace LibDmd
{
public class Version
{
public const string AssemblyVersion = "1.6.1.0";
public const string AssemblyFileVersion = "1.6.1.0";
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";
}
}

0 comments on commit 6747645

Please sign in to comment.