diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-04 16:09:06 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-04 16:09:06 +0000 |
commit | 3c264946e8dd051e56418751f093eb3afa3c1387 (patch) | |
tree | 803499537f71a5b3be9d87b96674ff49c87a5df9 /lib/chef/version.rb | |
parent | 8f0d49b7f2a30ee012ab75f3a9436e474a702168 (diff) | |
download | chef-3c264946e8dd051e56418751f093eb3afa3c1387.tar.gz |
Bump version to 15.0.204 by Chef Expeditorv15.0.204
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 693ba3d014..06d70c1939 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.203") + VERSION = Chef::VersionString.new("15.0.204") end # |