summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-08-17 16:02:49 +0000
committerChef Expeditor <chef-ci@chef.io>2021-08-17 16:02:49 +0000
commitf5b1b2d448ac14ee904092f1b56d15a68c505c6f (patch)
tree3b7b66b5694f4e80d68a37ca6b83daaa43291f18 /chef-bin
parentf534ac51c8564651d52fe2bb144b2c0af1703768 (diff)
downloadchef-f5b1b2d448ac14ee904092f1b56d15a68c505c6f.tar.gz
Bump version to 17.4.22 by Chef Expeditorv17.4.22
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 7d5e7a22b3..9cb40ef81b 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.21".freeze
+ VERSION = "17.4.22".freeze
end
#