From 4019a082f05c4bc5993dd8f6456b25e460e48a55 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 16 Apr 2020 15:54:02 +0000 Subject: [PATCH] (GEM) update vmpooler version to 0.11.2 --- 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 9022f6b..5559116 100644 --- a/lib/vmpooler/version.rb +++ b/lib/vmpooler/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Vmpooler - VERSION = '0.11.1' + VERSION = '0.11.2' end