summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-20 17:38:58 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-20 17:38:58 +0000
commit9b1744ec6a8eaf2be5aad1b4e3445ea98dd15e03 (patch)
treee784474a9af8842e151b618c0f76af1c884fa734 /lib/chef
parent34297510fa11cdb0c10e833a9d5c5282e82f1278 (diff)
downloadchef-9b1744ec6a8eaf2be5aad1b4e3445ea98dd15e03.tar.gz
Bump version to 16.0.227 by Chef Expeditorv16.0.227
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 1acce9b8f0..84d33dc9bb 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.226")
+ VERSION = Chef::VersionString.new("16.0.227")
end
#