From 9f397f02fb7f40bad07c4530f943fa8200465ee1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 4 Jun 2020 18:10:55 +0000 Subject: [PATCH] (GEM) update vmpooler version to 0.13.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 ba57fb2..6e1da69 100644 --- a/lib/vmpooler/version.rb +++ b/lib/vmpooler/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Vmpooler - VERSION = '0.13.0' + VERSION = '0.13.1' end