Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswalpen committed Jan 22, 2024
1 parent bb45bd8 commit 5fdafc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# http://www.appveyor.com/docs/appveyor-yml

environment:
base_version: 2.2.1
base_version: 2.3.0

# version format
version: $(base_version).{build}
Expand Down
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Build : NukeBuild
[GitRepository] readonly GitRepository GitRepository;

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

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

0 comments on commit 5fdafc9

Please sign in to comment.