From 4f6ae896ec1eaeb9fd61ecc69268b4aed560b7a4 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 16 Sep 2020 18:25:39 +0000 Subject: Bump version to 2.1.9 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') diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb index 3d37a52..8c36c6b 100644 --- a/lib/mixlib/cli/version.rb +++ b/lib/mixlib/cli/version.rb @@ -1,5 +1,5 @@ module Mixlib module CLI - VERSION = "2.1.8".freeze + VERSION = "2.1.9".freeze end end -- cgit v1.2.1