From a9c8d17e9a053ec25d9b65f15fc515b9698721e1 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Thu, 11 Feb 2021 10:16:21 -0500 Subject: [PATCH] Release prep for 1.2.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 c991fab..d74edd1 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true class Vmfloaty - VERSION = '1.1.1' + VERSION = '1.2.0' end