summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-04 18:31:42 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-04 18:31:42 +0000
commitc96f4534b9037657e8f948a11c7f6720924bf4e5 (patch)
tree69a12e68b3fac08c092b78a075d42619c8ecaee5 /lib
parente8158247658066bc19315de8c3aa304c78fb6bb7 (diff)
downloadmixlib-cli-c96f4534b9037657e8f948a11c7f6720924bf4e5.tar.gz
Bump version to 1.7.7 by Chef Expeditorv1.7.7
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 5086a72..18b50d2 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.0".freeze
+ VERSION = "1.7.7".freeze
end
end