summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-07 21:31:02 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-07 21:31:02 +0000
commitd06be4cef702a03faa4cfccca70a99bb9acff83a (patch)
tree467078b3aba3726c6a4c6982ebbb7751285f08fc /chef-bin
parent26fa1513bcca36df39f1f62498ff75dd8d960009 (diff)
downloadchef-d06be4cef702a03faa4cfccca70a99bb9acff83a.tar.gz
Bump version to 16.8.2 by Chef Expeditorv16.8.2
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 268d509d9d..db14d82505 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.8.1".freeze
+ VERSION = "16.8.2".freeze
end
#