Merge pull request #59 from highb/bump_091

Bump version.rb to 0.9.1
This commit is contained in:
Brian Cain 2020-01-14 10:47:54 -08:00 committed by GitHub
commit d6a69d08ac
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.9.0' VERSION = '0.9.1'
end end