From 4be21c39ff51d7f6f567bf79ca79ad11972551d1 Mon Sep 17 00:00:00 2001 From: Phu Hoang Date: Thu, 15 Aug 2024 16:49:38 +0700 Subject: [PATCH] feat: Patch version to 2.2.2 --- lib/fastlane/plugin/loadly/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fastlane/plugin/loadly/version.rb b/lib/fastlane/plugin/loadly/version.rb index 9d9e738..20cf92e 100644 --- a/lib/fastlane/plugin/loadly/version.rb +++ b/lib/fastlane/plugin/loadly/version.rb @@ -1,5 +1,5 @@ module Fastlane module Loadly - VERSION = "2.2.1" + VERSION = "2.2.2" end end