From 62f97319107ac1c261dbd6dc0919ab522e02bf37 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 12 Oct 2021 13:11:30 -0400 Subject: [PATCH] Release prep for 1.5.0 --- 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 28841aa..fd1b9c7 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Vmfloaty - VERSION = '1.4.0' + VERSION = '1.5.0' end