diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-08-16 21:32:41 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-08-16 21:32:41 +0000 |
commit | 0856ded73448d706663743acd04487b3ca917867 (patch) | |
tree | 397eaa4a2da00a684770fd8c7e7b7c578b7f13aa /chef-bin | |
parent | 13b0dd51bf8d5be04b5afec0117739a59670f5c0 (diff) | |
download | chef-0856ded73448d706663743acd04487b3ca917867.tar.gz |
Bump version to 17.4.21 by Chef Expeditorv17.4.21
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 d7bbc603c2..7d5e7a22b3 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.20".freeze + VERSION = "17.4.21".freeze end # |