summaryrefslogtreecommitdiff
path: root/chef-config
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 /chef-config
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 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index eced2d1747..c0c217eb99 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.5.21".freeze
+ VERSION = "17.5.22".freeze
end