summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-05 18:20:59 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-05 18:20:59 +0000
commit2f546b50bd67314251b0f62554fc71cbf6a7a29a (patch)
tree656106c190fb1e86d03b000b832a5cfae8837ae6 /chef-config
parentcb572fe2810ce382f9c50353db4fa3937687089d (diff)
downloadchef-2f546b50bd67314251b0f62554fc71cbf6a7a29a.tar.gz
Bump version to 16.0.185 by Chef Expeditorv16.0.185
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 32679973e2..aea5df27e6 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.184".freeze
+ VERSION = "16.0.185".freeze
end