summaryrefslogtreecommitdiff
path: root/lib/chef
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 /lib/chef
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 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 84d33dc9bb..d89b4d2e4c 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.0.227")
+ VERSION = Chef::VersionString.new("16.0.228")
end
#