Update version.rb

preparation for releasing gem
This commit is contained in:
Samuel 2022-01-10 15:53:44 -06:00 committed by GitHub
parent 761fc6cbb1
commit 614c474305
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.1'
VERSION = '0.1.2'
end