Merge pull request #8 from puppetlabs/bump-v

Update version.rb
This commit is contained in:
Samuel 2022-08-02 16:16:54 -05:00 committed by GitHub
commit 4a615d6adf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module VmpoolerProviderEc2
VERSION = '0.0.1'
VERSION = '0.0.2'
end