Skip to content

Commit b6173b4

Browse files
committed
Increment version number
1 parent fb764f5 commit b6173b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.1.0.{build}
1+
version: 0.1.1.{build}
22

33
install:
44
- curl -L https://github.com/jonathanvdc/compare-test/releases/download/v0.1.1/compare-test.zip > compare-test.zip
@@ -7,7 +7,7 @@ install:
77
- nuget restore src\ecsc.sln
88

99
build_script:
10-
- set VERNUM=0.1.0
10+
- set VERNUM=0.1.1
1111
- echo %APPVEYOR_REPO_TAG%
1212
# Build packages as VERNUM-ci{build}
1313
- ps: if ($env:APPVEYOR_REPO_TAG -eq $True) { $env:PKG_VERSION = $env:VERNUM; } else { $env:PKG_VERSION = "$($env:VERNUM)-ci$($env:APPVEYOR_BUILD_NUMBER)"; }

0 commit comments

Comments
 (0)