fastlane/lib/fastlane/actions/min_fastlane_version.rb in fastlane-2.73.0.beta.20180104010004 vs fastlane/lib/fastlane/actions/min_fastlane_version.rb in fastlane-2.73.0.beta.20180105010003
- old
+ new
@@ -19,10 +19,10 @@
UI.message("Your fastlane version #{Fastlane::VERSION} matches the minimum requirement of #{defined_version} ✅")
end
def self.step_text
- "Verifying required fastlane version"
+ "Verifying fastlane version"
end
def self.author
"KrauseFx"
end