Skip to content

Commit d06c221

Browse files
committed
Prepare next version
1 parent 01c3243 commit d06c221

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# http://www.appveyor.com/docs/appveyor-yml
22

33
environment:
4-
base_version: 1.0.1
4+
base_version: 1.0.2
55

66
# version format
77
version: $(base_version).{build}

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.1";
35+
public string Version { get; set; } = $"1.0.2";
3636

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

0 commit comments

Comments
 (0)