From a8bdfc16472ed96d3d090051818c5dde9bba87bd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 8 Oct 2020 19:06:50 +0000 Subject: [PATCH] (GEM) update vmpooler version to 0.16.1 --- 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 86e961d..caa4857 100644 --- a/lib/vmpooler/version.rb +++ b/lib/vmpooler/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Vmpooler - VERSION = '0.16.0' + VERSION = '0.16.1' end