summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-18 02:27:50 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-18 02:27:56 +0000
commitf0a7061ec4f3e2679e49a2c93168138303a5957a (patch)
treec259b9615da5ee8c56875619c15e7a1745c12245 /chef-bin
parent0a01684522a8f28e3c1a61e404c5dd7bbbd1a2a5 (diff)
downloadchef-f0a7061ec4f3e2679e49a2c93168138303a5957a.tar.gz
Bump version to 17.0.158 by Chef Expeditorv17.0.158
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 9ac4fb2f76..c0fa08b474 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.157".freeze
+ VERSION = "17.0.158".freeze
end
#