summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-24 06:02:23 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-24 06:02:23 +0000
commit07f6280ee09ff1a7b0549db00bbd5fd81144470d (patch)
treeba693e4acfa7ef53476bc9bca27f37b30edece48 /chef-config
parent83913b37494ba45224a1d9ab8b294358d0217a05 (diff)
downloadchef-07f6280ee09ff1a7b0549db00bbd5fd81144470d.tar.gz
Bump version to 16.2.54 by Chef Expeditorv16.2.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 a60f3ad1a3..083a944f8b 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.2.53".freeze
+ VERSION = "16.2.54".freeze
end