diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-31 18:20:24 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-31 18:20:24 +0000 |
commit | 097e5651d5dbac1210d36a04ff8930f590b279b1 (patch) | |
tree | da794f65905db4ec6886114146b5601fa33b524f /lib | |
parent | 461d7e5b5db9e562e13d191ef3751306758ff1e3 (diff) | |
download | chef-097e5651d5dbac1210d36a04ff8930f590b279b1.tar.gz |
Bump version to 15.0.23 by Chef Expeditorv15.0.23
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 d71d686335..1cd39930c2 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.22") + VERSION = Chef::VersionString.new("15.0.23") end # |