Merge pull request #5 from puppetlabs/release-prep-1.5.0

Bump version to 1.5.0, require vmpooler >= 2.1
This commit is contained in:
Tanisha Payne 2021-12-13 11:10:13 -05:00 committed by GitHub
commit a9662622d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
PATH
remote: .
specs:
vmpooler-provider-vsphere (1.4.0)
vmpooler-provider-vsphere (1.5.0)
rbvmomi (>= 2.1, < 4.0)
GEM

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module VmpoolerProviderVsphere
VERSION = '1.4.0'
VERSION = '1.5.0'
end