Merge pull request #85 from puppetlabs/release_0110

Bump version for 0.11.0 release
This commit is contained in:
Gene Liverman 2020-08-12 14:54:57 -04:00 committed by GitHub
commit b944760c93
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.10.0'
VERSION = '0.11.0'
end