lib/cli/version.rb in vmc-stic-0.4.0 vs lib/cli/version.rb in vmc-stic-0.4.1
- 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.4.0'
+ VERSION = '0.4.1'
end
end