lib/vmc/const.rb in vmc-stic-0.3.16.beta.5.topaz1 vs lib/vmc/const.rb in vmc-stic-0.4.0
- old
+ new
@@ -1,9 +1,9 @@
module VMC
# This is the internal VMC version number, and is not necessarily
# the same as the RubyGem version (VMC::Cli::VERSION).
- VERSION = '0.3.2'
+ VERSION = '0.4.0'
# Targets
DEFAULT_TARGET = 'https://api.cloudfoundry.com'
DEFAULT_LOCAL_TARGET = 'http://api.vcap.me'