Skip to content

Commit

Permalink
Increment the version for the new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyeeedar committed Dec 23, 2016
1 parent 110fbfc commit b4e40d8
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 @@ -13,7 +13,7 @@
public class VersionInfo
{
public const int MajorVersion = 1;
public const int FeatureVersion = 0;
public const int FeatureVersion = 1;
public const int BugFixVersion = 0;

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

0 comments on commit b4e40d8

Please sign in to comment.