diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-18 04:12:42 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-18 04:12:42 +0000 |
commit | e8acbca986f8e2df378442a1dad45a97fd6302ed (patch) | |
tree | bad3b799644d8a952a13580962b9593a5c27eca5 /lib/chef/version.rb | |
parent | 2680eb11481aa71a58cf20367692707966cbd80c (diff) | |
download | chef-e8acbca986f8e2df378442a1dad45a97fd6302ed.tar.gz |
Bump version to 15.0.222 by Chef Expeditorv15.0.222
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 0c9bdf03b9..c3ab36662e 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.221") + VERSION = Chef::VersionString.new("15.0.222") end # |