From f1be1fec2335ae069c912d111ed84d76aeee5376 Mon Sep 17 00:00:00 2001 From: Brandon High Date: Tue, 14 Jan 2020 10:03:34 -0800 Subject: [PATCH] Bump version.rb to 0.9.1 For 0.9.1 release. Includes: - Bug fix for delete action on vmpooler and nspooler #58 --- 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 7a3f4de..7c890ac 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Vmfloaty - VERSION = '0.9.0' + VERSION = '0.9.1' end