Skip to content

Commit

Permalink
Version bump to 0.5.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
xforever1313 committed Apr 11, 2021
1 parent 03a2ec8 commit 34c605e
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 @@ -31,7 +31,7 @@ DirectoryPath testResultFolder = MakeAbsolute( new DirectoryPath( "./TestResults

// This is the version of this software,
// update before making a new release.
const string version = "0.4.0";
const string version = "0.5.0";

DotNetCoreMSBuildSettings msBuildSettings = new DotNetCoreMSBuildSettings();

Expand Down

0 comments on commit 34c605e

Please sign in to comment.