lib/cli/version.rb in vmc-stic-0.3.16.beta.5.topaz1 vs lib/cli/version.rb in vmc-stic-0.4.0
- old
+ new
@@ -1,7 +1,7 @@
module VMC
module Cli
# This version number is used as the RubyGem release version.
# The internal VMC version number is VMC::VERSION.
- VERSION = '0.3.16.beta.5.topaz1'
+ VERSION = '0.4.0'
end
end