diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-01-04 20:47:44 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-01-04 20:47:50 +0000 |
commit | 6432754de3a5099177ce8d0e04d112f8e156758f (patch) | |
tree | e5aa1b2d8586458ad41327d779249dd48899996f /lib/chef/version.rb | |
parent | 00cf514423a905693f8a5b81ac725c40550f5b79 (diff) | |
download | chef-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 'lib/chef/version.rb')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index d38abc2357..1b4451afa7 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require_relative "version_string" class Chef CHEF_ROOT = File.expand_path("..", __dir__) - VERSION = Chef::VersionString.new("17.9.23") + VERSION = Chef::VersionString.new("17.9.24") end # |