summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-23 23:38:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-23 23:38:22 +0000
commit16d832c93840ef1ec00172a1555189427f09a428 (patch)
tree107d6fc387678358ffb5a4e2aff1284013c61bf4 /lib
parentdd39d153db0ca988494bff5447674e5fe6769cf4 (diff)
downloadchef-16d832c93840ef1ec00172a1555189427f09a428.tar.gz
Bump version to 17.5.22 by Chef Expeditorv17.5.22
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 5bdc99f8a0..31a4c422f0 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.5.21")
+ VERSION = Chef::VersionString.new("17.5.22")
end
#