summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-08 18:15:39 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-08 18:15:39 +0000
commitbbb180c3af32d7971222e4bc46858155a0c6f409 (patch)
tree0dc67b47f908b0812691760913498ee6b5b765ea /chef-config
parent68c6d41f369eb0d1569d3248fecad4b456058d13 (diff)
downloadchef-bbb180c3af32d7971222e4bc46858155a0c6f409.tar.gz
Bump version to 16.2.92 by Chef Expeditorv16.2.92
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 e13e660270..251e484c91 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.2.91".freeze
+ VERSION = "16.2.92".freeze
end