summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-07 19:12:37 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-07 19:12:37 +0000
commitbe456a25598166c437182283c224e93b81017277 (patch)
treed4191e9b4b622b08446a98fb71077ccc1e597ed6 /chef-bin
parent8051c98ee3d1c53caafc5aaa4a64a4acb4fb64fd (diff)
downloadchef-be456a25598166c437182283c224e93b81017277.tar.gz
Bump version to 16.6.8 by Chef Expeditorv16.6.8
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 d97a451f02..4f622541a3 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.6.7".freeze
+ VERSION = "16.6.8".freeze
end
#