Skip to content

Commit

Permalink
release commit v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makmu committed Mar 10, 2016
1 parent 5f48067 commit 14cec48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Version
public const string Minor = "0";
public const string Patch = "0";

public const string Label = ReleaseLabel.Dev;
public const string Label = ReleaseLabel.Final;
public const string AdditionalReleaseInformation = "";
public const string Current = Major + "." + Minor + "." + Patch;
public const string FullCurrent = Current + "-" + Label + AdditionalReleaseInformation;
Expand Down

0 comments on commit 14cec48

Please sign in to comment.