Merge pull request #56 from highb/bump_version_to_0.9.0

Minor version bump to 0.9.0
This commit is contained in:
Brian Cain 2019-12-17 09:47:16 -08:00 committed by GitHub
commit bc1198f81c
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
class Vmfloaty class Vmfloaty
VERSION = '0.8.2' VERSION = '0.9.0'
end end