diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-15 20:44:04 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-15 20:44:04 +0000 |
commit | 156f26ffac89e419c6b362322a47bf2abc5ea208 (patch) | |
tree | a8fa0cf387f6148d59cac6bcfeccc70e05a62cf3 /lib/chef | |
parent | b2a863600e27ab105c113a58b327a8f5eb748124 (diff) | |
download | chef-156f26ffac89e419c6b362322a47bf2abc5ea208.tar.gz |
Bump version to 15.0.298 by Chef Expeditorv15.0.298
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index f100bb9e9e..589d4dc8fc 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.297") + VERSION = Chef::VersionString.new("15.0.298") end # |