From fe1bcc52f7d514de23bdc84fd77f5e1bad557b7f Mon Sep 17 00:00:00 2001 From: Petri Asikainen Date: Mon, 17 May 2021 15:46:06 +0300 Subject: [PATCH] Version bump to 1.1.x --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c16c57c..b5df4ce 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,7 +14,7 @@ environment: PSGalleryAPIKey: secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm -version: 1.0.{build} +version: 1.1.{build} # Don't rebuild when I tag a release on GitHub skip_tags: true @@ -72,4 +72,4 @@ deploy: prerelease: false on: branch: master # release from master branch only - appveyor_repo_tag: false # deploy on tag push only \ No newline at end of file + appveyor_repo_tag: false # deploy on tag push only