summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-20 19:50:06 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-20 19:50:06 +0000
commit9bf6ca80510d92aa8d2b7afa457f390a4d2d5ad6 (patch)
tree28d5cdbd2daa8367749e4b4eeed43f18a811a060 /chef-bin
parentbb7bcf31d4876b2606aba82a75792a950ee3a8a9 (diff)
downloadchef-9bf6ca80510d92aa8d2b7afa457f390a4d2d5ad6.tar.gz
Bump version to 16.0.228 by Chef Expeditorv16.0.228
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 3e3bfac4fe..b3b0557bf5 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.227".freeze
+ VERSION = "16.0.228".freeze
end
#