Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyeeedar committed Jan 12, 2017
1 parent 0ccd545 commit d9269b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StructuredXmlEditor/Util/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class VersionInfo
{
public const int MajorVersion = 1;
public const int FeatureVersion = 3;
public const int BugFixVersion = 1;
public const int BugFixVersion = 2;

public static string Version { get { return MajorVersion + "." + FeatureVersion + "." + BugFixVersion; } }

Expand Down

0 comments on commit d9269b2

Please sign in to comment.