summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-27 20:55:58 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-27 20:55:58 +0000
commit498799b08b1d2dcf2a4d4002d3d2e00707afd6d2 (patch)
treec77fc49761adab9cb4faebd00079670aeddaa6d6 /chef-config
parentf32b2b69a7cd63ae60537529d6a7e4c883c6f993 (diff)
downloadchef-498799b08b1d2dcf2a4d4002d3d2e00707afd6d2.tar.gz
Bump version to 16.0.254 by Chef Expeditorv16.0.254
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 f75e320b4b..7333e9743d 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.253".freeze
+ VERSION = "16.0.254".freeze
end