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

- old
+ new

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