summaryrefslogtreecommitdiff
path: root/lib/mixlib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-12 17:39:40 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-12 17:39:40 +0000
commit67f148d3f0612d35a885f1417f0bcbb5ab16ba5b (patch)
treed0928d8b5090d1d59e9c0e156df10788e1d85377 /lib/mixlib
parent2e7e90151f5be0758de8c9c7aaa034b2ef43f7ed (diff)
downloadmixlib-cli-67f148d3f0612d35a885f1417f0bcbb5ab16ba5b.tar.gz
Bump version to 2.1.3 by Chef Expeditor2.1.3
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/mixlib')
-rw-r--r--lib/mixlib/cli/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index 7b01bba..3fd83a0 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.1.2".freeze
+ VERSION = "2.1.3".freeze
end
end