Update version.rb

This commit is contained in:
Samuel 2022-08-02 15:52:49 -05:00 committed by GitHub
parent 4e311e1c3c
commit c2c946ac19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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