0.5.0 release prep

This commit is contained in:
Jake Spain 2023-03-06 14:49:19 -05:00
parent aaf2112166
commit 407b3f09dd
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
3 changed files with 9 additions and 4 deletions

View file

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