Bump version.rb to 0.9.2 for release

This commit is contained in:
Brandon High 2020-02-05 11:08:10 -08:00 committed by GitHub
parent 8b4cc806a3
commit 1e38bb4244
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.9.1'
VERSION = '0.9.2'
end