Skip to content

Commit 6f97303

Browse files
committed
updated version
1 parent cbd3aeb commit 6f97303

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.21.{build}
1+
version: 0.22.{build}
22

33
pull_requests:
44
do_not_increment_build_number: true
@@ -13,7 +13,7 @@ init:
1313
- ps: >
1414
if($env:APPVEYOR_REPO_TAG -eq "true" -And $env:APPVEYOR_REPO_TAG_NAME.StartsWith("v") -eq $true) {
1515
16-
Set-AppVeyorBuildVariable -Name APPVEYOR_BUILD_VERSION -Value $env:APPVEYOR_REPO_TAG_NAME
16+
Set-AppVeyorBuildVariable -Name APPVEYOR_BUILD_VERSION -Value $env:APPVEYOR_REPO_TAG_NAME.Substring(1)
1717
1818
}
1919

0 commit comments

Comments
 (0)