Merge pull request #9 from puppetlabs/release

0.2.0 release prep
This commit is contained in:
Gene Liverman 2022-04-19 09:33:40 -04:00 committed by GitHub
commit c6533af9ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module VmpoolerProviderGce
VERSION = '0.1.2'
VERSION = '0.2.0'
end