Skip to content

Commit

Permalink
Prepare next version
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswalpen committed Aug 29, 2022
1 parent f451c66 commit d1d4dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Build : NukeBuild
AbsolutePath TestsDirectory => RootDirectory / "Tests";

[Parameter("Version to be injected in the Build")]
public string Version { get; set; } = $"1.2.2";
public string Version { get; set; } = $"1.2.3";

[Parameter("The Buildnumber provided by the CI")]
public string BuildNo = "2";
Expand Down

0 comments on commit d1d4dc5

Please sign in to comment.