diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-01-24 21:27:55 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-01-24 21:27:55 +0000 |
commit | 96d293d8635860ae92b15d527805e237842c4ab3 (patch) | |
tree | 92d378d4004c197a8485ba98ccf36c519abe84f5 /lib/chef/version.rb | |
parent | 53a921b20b11cf58d9eb8445ba172c90474d17d7 (diff) | |
download | chef-96d293d8635860ae92b15d527805e237842c4ab3.tar.gz |
Bump version to 15.0.143 by Chef Expeditorv15.0.143
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 f049772864..42f48c8316 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.142") + VERSION = Chef::VersionString.new("15.0.143") end # |