From 32e9b6c3300576f34e5e3321652c38d7623d0a1f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 26 Oct 2020 16:26:29 +0000 Subject: [PATCH] (GEM) update vmpooler version to 0.18.0 --- lib/vmpooler/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vmpooler/version.rb b/lib/vmpooler/version.rb index 36d1b0b..c23b7fa 100644 --- a/lib/vmpooler/version.rb +++ b/lib/vmpooler/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Vmpooler - VERSION = '0.17.0' + VERSION = '0.18.0' end