summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-23 00:12:17 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-23 00:12:17 +0000
commite66ea77e7d3337f7479052b3b256999b9e4bf3cc (patch)
treeb27d40db339214f0154c589a35f5fcf8eb0f7866 /lib
parentdc0e96bc697ef7170902b2f374d8c4c1c6a943e7 (diff)
downloadchef-e66ea77e7d3337f7479052b3b256999b9e4bf3cc.tar.gz
Bump version to 17.0.228 by Chef Expeditorv17.0.228
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 83bf3c7d6a..ef1bc940f6 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("..", __dir__)
- VERSION = Chef::VersionString.new("17.0.227")
+ VERSION = Chef::VersionString.new("17.0.228")
end
#