summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-31 19:59:11 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-31 19:59:11 +0000
commitdcb10a9b56563b76096f62eedc0758e696868d9c (patch)
tree42e21dc187ccafb998371ae7e69691723ff50d93 /chef-config/lib
parentfa37be2b279a4b972b108cc58f161d13ed016e0b (diff)
downloadchef-dcb10a9b56563b76096f62eedc0758e696868d9c.tar.gz
Bump version to 16.3.53 by Chef Expeditorv16.3.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 6171c11601..030473e153 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.3.52".freeze
+ VERSION = "16.3.53".freeze
end