Skip to content

Commit

Permalink
Increment the version number in preperation for a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyeeedar committed Jan 21, 2017
1 parent c697479 commit b8e7a17
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 = 4;
public const int BugFixVersion = 0;
public const int BugFixVersion = 1;

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

Expand Down

0 comments on commit b8e7a17

Please sign in to comment.