From ad0d9894e0994998e14f9884d83763e4aba40126 Mon Sep 17 00:00:00 2001 From: Serghei Moret Date: Mon, 22 Mar 2021 15:56:53 +0100 Subject: [PATCH] bump version --- Gemfile.lock | 2 +- lib/fastlane/plugin/mango/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ae8e6ff..5af7bbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-mango (1.3.23) + fastlane-plugin-mango (1.3.24) docker-api GEM diff --git a/lib/fastlane/plugin/mango/version.rb b/lib/fastlane/plugin/mango/version.rb index 36c1b36..c178a41 100644 --- a/lib/fastlane/plugin/mango/version.rb +++ b/lib/fastlane/plugin/mango/version.rb @@ -1,5 +1,5 @@ module Fastlane module Mango - VERSION = '1.3.23'.freeze + VERSION = '1.3.24'.freeze end end