diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-21 01:02:29 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-21 01:02:29 +0000 |
commit | 248344cfe776b66a8da563c985e34d9c99967791 (patch) | |
tree | 7f12def24868bc09ae6d90f48915d564e7cf536c /lib | |
parent | 80927d28ed0570cec79586f7c1d007a375f30839 (diff) | |
download | chef-248344cfe776b66a8da563c985e34d9c99967791.tar.gz |
Bump version to 15.0.303 by Chef Expeditorv15.0.303
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 b39478608e..ccfdfea916 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.302") + VERSION = Chef::VersionString.new("15.0.303") end # |