Skip to content

Commit 11eced2

Browse files
committed
Bump version: 1.11.1 → 1.12.0
1 parent 0b86339 commit 11eced2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.11.1
2+
current_version = 1.12.0
33
tag = true
44
commit = true
55

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ This provider is built on top of the
1919
* libxml2, libxml2-dev, libxslt, libxslt-dev
2020

2121
## Current Version
22-
**version: 1.11.1**
22+
**version: 1.12.0**
2323

24-
vagrant-vsphere (**version: 1.11.1**) is available from
24+
vagrant-vsphere (**version: 1.12.0**) is available from
2525
[RubyGems.org](https://rubygems.org/gems/vagrant-vsphere)
2626

2727
## Installation

lib/vSphere/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module VagrantPlugins
22
module VSphere
3-
VERSION = '1.11.1'
3+
VERSION = '1.12.0'
44
end
55
end

0 commit comments

Comments
 (0)