lib/trop/version.rb in trop-0.6.1 vs lib/trop/version.rb in trop-0.6.19

- old
+ new

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