summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-16 21:54:46 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-16 21:54:46 +0000
commit932227d4838150303403765a901e92257ba67564 (patch)
tree1e0863c31cbab171480f5e94780572b0e4515096 /chef-bin
parent073be3666d1bf7480ec9a2f40291b2ed0fc691a1 (diff)
downloadchef-932227d4838150303403765a901e92257ba67564.tar.gz
Bump version to 16.6.21 by Chef Expeditorv16.6.21
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 f7775d12ad..3e1d0ba268 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.20".freeze
+ VERSION = "16.6.21".freeze
end
#