Skip to content

Commit

Permalink
Bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Sep 24, 2019
1 parent f3132f4 commit d65cc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var dirs = new[]
string output = dirs[0];
string sln = "./glidex.sln";
string version = "2.0.0";
string suffix = "-pre1";
string suffix = "";

string buildNumber = Environment.GetEnvironmentVariable ("BUILD_BUILDNUMBER");
if (!string.IsNullOrEmpty(buildNumber))
Expand Down

0 comments on commit d65cc9f

Please sign in to comment.