summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-22 19:55:03 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-22 19:55:03 +0000
commitd53fff5b2d5f3998aac556c49b9d3092326197a1 (patch)
tree3a72b00ccb0254ddf47ce3677776c28f4b179a2a /lib/chef
parenta184b5669ac257f11fa6900ad64388e028d2d365 (diff)
downloadchef-d53fff5b2d5f3998aac556c49b9d3092326197a1.tar.gz
Bump version to 15.0.229 by Chef Expeditorv15.0.229
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 f445c25ccf..1a5e36da77 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.228")
+ VERSION = Chef::VersionString.new("15.0.229")
end
#