fastlane/lib/fastlane/actions/increment_version_number.rb in fastlane-2.127.2 vs fastlane/lib/fastlane/actions/increment_version_number.rb in fastlane-2.128.0.beta.20190710200106

- 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'