From 6f97303f5d2418ad28c448d7417c626a751859fc Mon Sep 17 00:00:00 2001 From: Eric Newton Date: Wed, 27 Dec 2017 17:40:04 -0500 Subject: [PATCH] updated version --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b8f0abc..e3bc2a2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.21.{build} +version: 0.22.{build} pull_requests: do_not_increment_build_number: true @@ -13,7 +13,7 @@ init: - ps: > if($env:APPVEYOR_REPO_TAG -eq "true" -And $env:APPVEYOR_REPO_TAG_NAME.StartsWith("v") -eq $true) { - Set-AppVeyorBuildVariable -Name APPVEYOR_BUILD_VERSION -Value $env:APPVEYOR_REPO_TAG_NAME + Set-AppVeyorBuildVariable -Name APPVEYOR_BUILD_VERSION -Value $env:APPVEYOR_REPO_TAG_NAME.Substring(1) }