summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-12 01:26:15 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-12 01:26:15 +0000
commit67959e46f6679b8394f353f3cca82b94acbcb855 (patch)
tree6700404a5724ee7414292d515a48da8cabc7cd04 /chef-config
parentb10bec33e2fed45c6168b617e8fc4b5a3e7a385e (diff)
downloadchef-67959e46f6679b8394f353f3cca82b94acbcb855.tar.gz
Bump version to 16.5.53 by Chef Expeditorv16.5.53
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 80ecf1e6ec..2243032a0c 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 = "16.5.52".freeze
+ VERSION = "16.5.53".freeze
end