summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-18 00:54:51 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-18 00:54:53 +0000
commit7be570b28e346bc332fbb3f89bde80fe6fa5598d (patch)
treea64b9df5e78582f77de0ac8ee6e1b425ddc69740 /chef-bin
parent6fcc359ce1c000a31ec9af61b48091060328617f (diff)
downloadchef-7be570b28e346bc332fbb3f89bde80fe6fa5598d.tar.gz
Bump version to 16.0.221 by Chef Expeditorv16.0.221
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 04b18cb291..dfafffa712 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("../..", __FILE__)
- VERSION = "16.0.220".freeze
+ VERSION = "16.0.221".freeze
end
#