From 9536ce702ef4ebbef1113c8dda6ea21e382e095b Mon Sep 17 00:00:00 2001 From: Tommaso Piazza Date: Wed, 21 Aug 2019 11:09:42 +0200 Subject: [PATCH] Bump to 0.3.8 --- lib/fastlane/plugin/rome/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fastlane/plugin/rome/version.rb b/lib/fastlane/plugin/rome/version.rb index 016326c..6c3f2eb 100644 --- a/lib/fastlane/plugin/rome/version.rb +++ b/lib/fastlane/plugin/rome/version.rb @@ -1,5 +1,5 @@ module Fastlane module Rome - VERSION = "0.3.7" + VERSION = "0.3.8" end end