From ced6b46032dc9d0d9b1323cd038fc3f9e7884603 Mon Sep 17 00:00:00 2001 From: Samuel Beaulieu Date: Fri, 16 Oct 2020 13:15:15 -0500 Subject: [PATCH] (v1.1.1) Prepare for pushing the gem to rubygems --- 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 18711c4..c991fab 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true class Vmfloaty - VERSION = '1.0.0' + VERSION = '1.1.1' end