diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d2a40990..839ef49e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.0 tag = true commit = true diff --git a/README.md b/README.md index f030c8e5..9a1f9b99 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ This provider is built on top of the * libxml2, libxml2-dev, libxslt, libxslt-dev ## Current Version -**version: 1.1.0** +**version: 1.2.0** -vagrant-vsphere (**version: 1.1.0**) is available from +vagrant-vsphere (**version: 1.2.0**) is available from [RubyGems.org](https://rubygems.org/gems/vagrant-vsphere) ## Installation diff --git a/lib/vSphere/version.rb b/lib/vSphere/version.rb index 7852e094..2fd86016 100644 --- a/lib/vSphere/version.rb +++ b/lib/vSphere/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module VSphere - VERSION = '1.1.0' + VERSION = '1.2.0' end end