From 1e38bb424471db81964aaaedd2f1a15be160a006 Mon Sep 17 00:00:00 2001 From: Brandon High Date: Wed, 5 Feb 2020 11:08:10 -0800 Subject: [PATCH] Bump version.rb to 0.9.2 for release --- lib/vmfloaty/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vmfloaty/version.rb b/lib/vmfloaty/version.rb index 7c890ac..145a681 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Vmfloaty - VERSION = '0.9.1' + VERSION = '0.9.2' end