summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-08-16 21:32:41 +0000
committerChef Expeditor <chef-ci@chef.io>2021-08-16 21:32:41 +0000
commit0856ded73448d706663743acd04487b3ca917867 (patch)
tree397eaa4a2da00a684770fd8c7e7b7c578b7f13aa /chef-bin
parent13b0dd51bf8d5be04b5afec0117739a59670f5c0 (diff)
downloadchef-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.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 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
#