summaryrefslogtreecommitdiff
path: root/lib/chef
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 /lib/chef
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 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 2c6a4714e2..8be15a38be 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("17.4.21")
+ VERSION = Chef::VersionString.new("17.4.22")
end
#