Merge pull request #11 from puppetlabs/v0.3.0

release prep 0.3.0
This commit is contained in:
Jake Spain 2022-06-21 10:26:56 -04:00 committed by GitHub
commit 46b9c5aef0
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.2.0'
VERSION = '0.3.0'
end