Skip to content

Commit

Permalink
Bump version: 1.11.0 → 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jkovarik committed Feb 27, 2017
1 parent 64d1e68 commit a3678fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.11.0
current_version = 1.11.1
tag = true
commit = true

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ This provider is built on top of the
* libxml2, libxml2-dev, libxslt, libxslt-dev

## Current Version
**version: 1.11.0**
**version: 1.11.1**

vagrant-vsphere (**version: 1.11.0**) is available from
vagrant-vsphere (**version: 1.11.1**) is available from
[RubyGems.org](https://rubygems.org/gems/vagrant-vsphere)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion lib/vSphere/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module VSphere
VERSION = '1.11.0'
VERSION = '1.11.1'
end
end

0 comments on commit a3678fa

Please sign in to comment.