summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-22 18:26:26 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-22 18:26:26 +0000
commitf902a2b53b2e15097c576e783f7382ecf96cf687 (patch)
tree655b4814119ec0dea0ffd3730b9f997df33b6758 /lib/chef
parent54fc8abfb523274006e4af841748c28b8d032db4 (diff)
downloadchef-f902a2b53b2e15097c576e783f7382ecf96cf687.tar.gz
Bump version to 15.0.228 by Chef Expeditorv15.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 87bcd625a2..f445c25ccf 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.0.227")
+ VERSION = Chef::VersionString.new("15.0.228")
end
#