From b89154648fe4b3dbf8f8cf1f480b84476c3cffe1 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 16 Jul 2021 16:24:32 -0400 Subject: [PATCH] v1.4.0 release prep --- 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 ffd73af..28841aa 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Vmfloaty - VERSION = '1.3.0' + VERSION = '1.4.0' end