diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-26 21:50:48 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-26 21:50:48 +0000 |
commit | 7dcad86a17cf29e7899b0b4eb48413cdedb12a5e (patch) | |
tree | ef2d624870102d61af4b5de4b5868c8985f9788f /lib | |
parent | 980bc845d0b4c9f90ec7beff17c45907be650a28 (diff) | |
download | chef-7dcad86a17cf29e7899b0b4eb48413cdedb12a5e.tar.gz |
Bump version to 15.0.3 by Chef Expeditorv15.0.3
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 7cd123094f..f768b3c9f9 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.2") + VERSION = Chef::VersionString.new("15.0.3") end # |