diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-07-29 16:20:05 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-07-29 16:20:05 +0000 |
commit | d8b7cb5f213d68b0ad17f9b0204e275d32e0f6ed (patch) | |
tree | f205e5f0a9028c09eb541877ba81d8f9437459ee /chef-bin | |
parent | 9b392df7bd616a3807938a58c2a8f2ce5a9f486b (diff) | |
download | chef-d8b7cb5f213d68b0ad17f9b0204e275d32e0f6ed.tar.gz |
Bump version to 17.4.12 by Chef Expeditorv17.4.12
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.rb | 2 |
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 9b249f5509..8c62b3e98d 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.11".freeze + VERSION = "17.4.12".freeze end # |