From 4c29ca61656c1698b944fa57453569bd2b885821 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 25 Jun 2019 06:35:47 +0000 Subject: Bump version to 2.1.2 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- lib/mixlib/cli/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mixlib/cli/version.rb') diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb index a863db2..7b01bba 100644 --- a/lib/mixlib/cli/version.rb +++ b/lib/mixlib/cli/version.rb @@ -1,5 +1,5 @@ module Mixlib module CLI - VERSION = "2.1.1".freeze + VERSION = "2.1.2".freeze end end -- cgit v1.2.1