diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-05 17:53:44 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-05 17:53:44 +0000 |
commit | 68aee212e9006f1b36b900ef83cacf6272dc2c89 (patch) | |
tree | 1c70c886410860b50cd8c39053799dc764b019ed /lib/chef/version.rb | |
parent | da8539b5a8aaa5adefdaa10adcdc41412c5d1693 (diff) | |
download | chef-68aee212e9006f1b36b900ef83cacf6272dc2c89.tar.gz |
Bump version to 15.0.205 by Chef Expeditorv15.0.205
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 06d70c1939..dacdfc5d79 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.204") + VERSION = Chef::VersionString.new("15.0.205") end # |