Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Jan 11, 2020
1 parent 38c8958 commit 7bcdcb2
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 @@ -16,7 +16,7 @@ var dirs = new[]
};
string output = dirs[0];
string sln = "./glidex.sln";
string version = "2.0.0";
string version = "2.0.1";
string suffix = "";

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

0 comments on commit 7bcdcb2

Please sign in to comment.