summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-16 18:46:06 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-16 18:46:06 +0000
commit789c1778d09d22f55c822878b9335411b212c21c (patch)
tree6655bc42d48d0ac8c47de09ff64a6db9ddcc1546 /chef-bin
parent8dfb07fa54531a5bd8c5d96ec981e7ac66ed14b7 (diff)
downloadchef-789c1778d09d22f55c822878b9335411b212c21c.tar.gz
Bump version to 17.0.154 by Chef Expeditorv17.0.154
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 f7f89d6ded..2c28f44cce 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.153".freeze
+ VERSION = "17.0.154".freeze
end
#