Bump version to 1.5.0, require vmpooler >= 2.1

This commit is contained in:
Gene Liverman 2021-12-13 10:38:53 -05:00
parent 89be29b5e2
commit 6f76c536ea
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
2 changed files with 2 additions and 2 deletions

View file

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