summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-24 20:57:35 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-24 20:57:35 +0000
commit6a1175ad2bf52adbdeefb38d698844dc8cae5153 (patch)
tree0f56631162e6ec6b1c42a3970448cd45aebba01e /chef-config
parentb4c2005bd98e56e4806013be8bdfcf102420c79e (diff)
downloadchef-6a1175ad2bf52adbdeefb38d698844dc8cae5153.tar.gz
Bump version to 16.0.153 by Chef Expeditorv16.0.153
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 e8b06319a1..98ea31a823 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.152".freeze
+ VERSION = "16.0.153".freeze
end