We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2011fde commit 7815d67Copy full SHA for 7815d67
lib/fastlane/plugin/wpmreleasetoolkit/helper/ios/ios_version_helper.rb
@@ -43,7 +43,7 @@ def self.get_xcconfig_public_version(xcconfig_file:)
43
# @deprecated This method is going to be removed soon due to it's dependency on `ENV['PUBLIC_CONFIG_FILE']` via `get_build_version`.
44
#
45
def self.get_public_version
46
- version = get_build_version()
+ version = get_build_version
47
vp = get_version_parts(version)
48
return "#{vp[MAJOR_NUMBER]}.#{vp[MINOR_NUMBER]}" unless is_hotfix?(version)
49
0 commit comments