lib/trop/version.rb in trop-0.4.27 vs lib/trop/version.rb in trop-0.5.33

- old
+ new

@@ -1,3 +1,6 @@ module Trop - VERSION = '0.4.29' + VERSION = '0.4.52' + VERSION_NAME = 'trop' + GEMSPEC_NAME = VERSION_NAME + '.gemspec' + VERSION_FILE = File.expand_path('version.rb', __dir__) end