Merge pull request #89 from puppetlabs/release_0111

Update version for 0.11.1 release
This commit is contained in:
mattkirby 2020-08-20 14:07:45 -07:00 committed by GitHub
commit b9bb08e3c0
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.11.0'
VERSION = '0.11.1'
end