fastlane/lib/fastlane/actions/increment_version_number.rb in fastlane-2.127.0 vs fastlane/lib/fastlane/actions/increment_version_number.rb in fastlane-2.127.1

- old
+ new

@@ -1,8 +1,8 @@ module Fastlane module Actions module SharedValues - VERSION_NUMBER = :VERSION_NUMBER + VERSION_NUMBER ||= :VERSION_NUMBER end class IncrementVersionNumberAction < Action require 'shellwords'