Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister committed May 16, 2023
1 parent 45c956e commit 3815805
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 @@ -6,7 +6,7 @@ using System.Text.RegularExpressions;
var target = Argument("target", "Default");
var configuration = Argument("configuration", "Release");

var baseVersion = "1.17.0";
var baseVersion = "1.17.1";
var subVersion = "";
var subVersionNumber = "";
var isMasterOrDevelop = false;
Expand Down

0 comments on commit 3815805

Please sign in to comment.