Commit 0d0f454d authored by Samuel Giddins's avatar Samuel Giddins

[GemVersion] Freeze the version string

parent ef1fa931
module Pod
# The version of the cocoapods command line tool.
# The version of the CocoaPods command line tool.
#
VERSION = '0.39.0' unless defined? Pod::VERSION
VERSION = '0.39.0'.freeze unless defined? Pod::VERSION
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment