summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-07 02:25:38 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-07 02:25:38 +0000
commit6b83e4f731e8bad24d1418857ab367812bd439f1 (patch)
treeeda33ebeb46d54a3b0a6ab1eb50d41187e3e028d /lib
parent3f0149ea43e7d6f6d90c89bbaeb3f62281614161 (diff)
downloadmixlib-cli-6b83e4f731e8bad24d1418857ab367812bd439f1.tar.gz
Bump version to 2.1.0 by Chef Expeditor2.1.0
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 e71b212..f01ac0e 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.9".freeze
+ VERSION = "2.1.0".freeze
end
end