From 6d348d3a731338053578f790615a19250c32da97 Mon Sep 17 00:00:00 2001 From: CheeryLee Date: Thu, 7 Sep 2023 17:45:01 +0300 Subject: [PATCH] Update version --- lib/fastlane/plugin/lazurite/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fastlane/plugin/lazurite/version.rb b/lib/fastlane/plugin/lazurite/version.rb index 0ee2f96..7b6410e 100644 --- a/lib/fastlane/plugin/lazurite/version.rb +++ b/lib/fastlane/plugin/lazurite/version.rb @@ -1,5 +1,5 @@ module Fastlane module Lazurite - VERSION = "0.1.0" + VERSION = "0.1.0.beta.1" end end