Merge pull request #82 from puppetlabs/version_010

Bump version to 0.10.0 for release
This commit is contained in:
John O'Connor 2020-08-05 11:42:39 +01:00 committed by GitHub
commit 13b6bc31f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
class Vmfloaty
VERSION = '0.9.2'
VERSION = '0.10.0'
end