summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-04 20:47:44 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-04 20:47:50 +0000
commit6432754de3a5099177ce8d0e04d112f8e156758f (patch)
treee5aa1b2d8586458ad41327d779249dd48899996f /chef-bin
parent00cf514423a905693f8a5b81ac725c40550f5b79 (diff)
downloadchef-6432754de3a5099177ce8d0e04d112f8e156758f.tar.gz
Bump version to 17.9.24 by Chef Expeditorv17.9.24
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 d28440a9eb..b853d381b4 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.9.23".freeze
+ VERSION = "17.9.24".freeze
end
#