diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-09-09 21:13:16 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-09-09 21:13:16 +0000 |
commit | 5761afec4a5aa81e2d139d86978577976e6cf7b9 (patch) | |
tree | 4d762cec25e61133dd128c5ba126a2efda292934 /chef-bin | |
parent | d2d9ac4880e0c2e599c01b7d1b5160ab8020e723 (diff) | |
download | chef-5761afec4a5aa81e2d139d86978577976e6cf7b9.tar.gz |
Bump version to 17.5.4 by Chef Expeditorv17.5.4
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 b8a5dc7287..310954fcf6 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.5.3".freeze + VERSION = "17.5.4".freeze end # |