summaryrefslogtreecommitdiff
path: root/chef-bin
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-bin
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-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index d771768ac8..c762221ebf 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.2.91".freeze
+ VERSION = "16.2.92".freeze
end
#