Merge pull request #65 from briancain/highb-bump-092

Bump version.rb to 0.9.2 for release
This commit is contained in:
Brandon High 2020-02-05 15:01:39 -08:00 committed by GitHub
commit ea9547eb8f
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.1' VERSION = '0.9.2'
end end