Skip to content

Commit f3ced8c

Browse files
committed
Update Buildnumber
1 parent c154d6f commit f3ced8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Build : NukeBuild
3232
[GitRepository] readonly GitRepository GitRepository;
3333

3434
[Parameter("Version to be injected in the Build")]
35-
public string Version { get; set; } = $"1.0.0";
35+
public string Version { get; set; } = $"1.0.1";
3636

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

0 commit comments

Comments
 (0)