From 692937713254193805b505cd63c9f04bc333d697 Mon Sep 17 00:00:00 2001 From: Brandon High Date: Wed, 4 Mar 2020 12:46:13 -0800 Subject: [PATCH] Decrement version in version.rb I always forget that the job both bumps this version and tags, so undoing the bump I did previously. --- 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 2b2306c..9434008 100644 --- a/lib/vmpooler/version.rb +++ b/lib/vmpooler/version.rb @@ -1,3 +1,3 @@ module Vmpooler - VERSION = '0.10.3'.freeze + VERSION = '0.10.2'.freeze end