From 9aaf04622b2a9a9e4cd542c3e3dce56fa18e30a9 Mon Sep 17 00:00:00 2001 From: konstantin-bobkov Date: Mon, 7 Jun 2021 09:11:33 +0300 Subject: [PATCH] incremented version --- lib/fastlane/plugin/appcenter/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fastlane/plugin/appcenter/version.rb b/lib/fastlane/plugin/appcenter/version.rb index 8349f40..fa80cea 100644 --- a/lib/fastlane/plugin/appcenter/version.rb +++ b/lib/fastlane/plugin/appcenter/version.rb @@ -1,5 +1,5 @@ module Fastlane module Appcenter - VERSION = "1.11.0" + VERSION = "1.11.1" end end