summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-15 19:53:10 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-15 19:53:10 +0000
commitf5bbe608321ce3bcfd2d4f17292cf8c1ff042893 (patch)
tree22ff96a78d68d9bc93b1f28c94f57b55b58e360e /chef-config
parent2daf3f5735ec7111f2262d33212169c35d553b22 (diff)
downloadchef-f5bbe608321ce3bcfd2d4f17292cf8c1ff042893.tar.gz
Bump version to 16.5.54 by Chef Expeditorv16.5.54
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 2243032a0c..011b27b77e 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.53".freeze
+ VERSION = "16.5.54".freeze
end