Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelbu authored and Bartleby2718 committed Dec 6, 2024
1 parent 1ed8bef commit 6d42b13
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 @@ -10,7 +10,7 @@ var targetFramework = Argument("targetFramework", "netstandard2.0");
// SET PACKAGE VERSION
//////////////////////////////////////////////////////////////////////

var version = "4.4.0";
var version = "4.5.0";

var isAppveyor = BuildSystem.IsRunningOnAppVeyor;
var dbgSuffix = configuration == "Debug" ? "-dbg" : "";
Expand Down

0 comments on commit 6d42b13

Please sign in to comment.