summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-06 21:22:37 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-06 21:22:38 +0000
commitea7b1484554ceece6832b06db5e19d63e71744ac (patch)
treeeb3963ef4bc29d085a62f13f3a6ed6bd9f23b8e7 /chef-config/lib
parent946dadf45b552df6e39ee083f4ed87c70e5a15de (diff)
downloadchef-ea7b1484554ceece6832b06db5e19d63e71744ac.tar.gz
Bump version to 16.0.53 by Chef Expeditorv16.0.53
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 cebb8d2168..3fa470866c 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("../..", __FILE__)
- VERSION = "16.0.52".freeze
+ VERSION = "16.0.53".freeze
end