diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-15 17:55:55 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-15 17:55:55 +0000 |
commit | 94e341db5197050512d91e09cfabbae305f49fba (patch) | |
tree | d780632451069e97208f8fe42589ee23a17bfcf8 /lib/chef/version.rb | |
parent | 33af718399e84c71fd586153b97cf70a2bf8dded (diff) | |
download | chef-94e341db5197050512d91e09cfabbae305f49fba.tar.gz |
Bump version to 15.0.297 by Chef Expeditorv15.0.297
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 9282d00574..f100bb9e9e 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.296") + VERSION = Chef::VersionString.new("15.0.297") end # |