summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-08-23 19:09:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-08-23 19:09:22 +0000
commitcbca9d42c4170d7262c5565f415d43a177ef8c24 (patch)
tree24806059ea328fbdef86350a3a4466a3e166fb16 /chef-bin
parent9e8e2a38a5fcc2135670e8e071c8912bd297335c (diff)
downloadchef-cbca9d42c4170d7262c5565f415d43a177ef8c24.tar.gz
Bump version to 17.4.24 by Chef Expeditorv17.4.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 ab377cc220..1ea5c03b34 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.4.23".freeze
+ VERSION = "17.4.24".freeze
end
#