summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-11 02:31:49 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-11 02:31:49 +0000
commita3fb91c2d7af72c0a2d1de40c81b2c14dabc0d2e (patch)
treef99bff9141713797a6a6209c22e44dde384086eb /lib
parent0e7899fde948bcd2147f5da569c9ee7609b86dc9 (diff)
downloadchef-a3fb91c2d7af72c0a2d1de40c81b2c14dabc0d2e.tar.gz
Bump version to 15.0.288 by Chef Expeditorv15.0.288
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 38d387c54a..b4f5726d2e 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("15.0.287")
+ VERSION = Chef::VersionString.new("15.0.288")
end
#