summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-31 20:08:41 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-31 20:08:41 +0000
commitd9519dbbfb3927e5fb6228ed435778dbd103a24f (patch)
tree1a876de9076320f7c98a99f842f66d93f39aebc0 /chef-config
parente0ce82caac6a27ccdb69b0445cfd2e84496e73a4 (diff)
downloadchef-d9519dbbfb3927e5fb6228ed435778dbd103a24f.tar.gz
Bump version to 16.3.54 by Chef Expeditorv16.3.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 030473e153..afd57ea829 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.53".freeze
+ VERSION = "16.3.54".freeze
end