pilot/lib/pilot/options.rb in fastlane-2.145.0 vs pilot/lib/pilot/options.rb in fastlane-2.146.0

- old
+ new

@@ -160,9 +160,17 @@ FastlaneCore::ConfigItem.new(key: :notify_external_testers, is_string: false, env_name: "PILOT_NOTIFY_EXTERNAL_TESTERS", description: "Should notify external testers?", default_value: true), + FastlaneCore::ConfigItem.new(key: :app_version, + env_name: "PILOT_APP_VERSION", + description: "The version number of the application build to distribute. If the version number is not specified, then the most recent build uploaded to TestFlight will be distributed. If specified, the most recent build for the version number will be distributed", + optional: true), + FastlaneCore::ConfigItem.new(key: :build_number, + env_name: "PILOT_BUILD_NUMBER", + description: "The build number of the application build to distribute. If the build number is not specified, the most recent build is distributed", + optional: true), # testers FastlaneCore::ConfigItem.new(key: :first_name, short_option: "-f", env_name: "PILOT_TESTER_FIRST_NAME",