summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-02 16:31:53 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-02 16:31:53 +0000
commitf94c688e53ef16a2310efabc36830703b231365c (patch)
treeaf1a285bbf72f8ff6c85ad3f7f6dd4f75ef66e46 /chef-bin
parentc8f16ebb6a4374ab3ea4b04a94fc2f3e6ed09636 (diff)
downloadchef-f94c688e53ef16a2310efabc36830703b231365c.tar.gz
Bump version to 17.0.180 by Chef Expeditorv17.0.180
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 4b824cbb3c..840d70968e 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.0.179".freeze
+ VERSION = "17.0.180".freeze
end
#