summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-18 06:56:23 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-18 06:56:23 +0000
commit4a7b20bc53ee7f43d5ff7a0e3c844959093914d7 (patch)
tree7a074c309b3f1c571335d790f995681a2beed07e /chef-bin
parenteb7f645b586fd5c2fb723c868ef6b3af7642aad8 (diff)
downloadchef-4a7b20bc53ee7f43d5ff7a0e3c844959093914d7.tar.gz
Bump version to 16.0.223 by Chef Expeditorv16.0.223
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 cbba3782b7..77d3fe7a79 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.222".freeze
+ VERSION = "16.0.223".freeze
end
#