diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-01-14 19:28:39 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-01-14 19:28:39 +0000 |
commit | 4be1ebe66460efb0535e500d6ecb52a147346519 (patch) | |
tree | c0c9f08c7504591476efac7f525f7634311f8da8 /lib | |
parent | 60bf39bc794afd081639f77ba70c38756fb631bd (diff) | |
download | chef-4be1ebe66460efb0535e500d6ecb52a147346519.tar.gz |
Bump version to 15.0.123 by Chef Expeditorv15.0.123
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 6c52381f44..7c1f658db9 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.122") + VERSION = Chef::VersionString.new("15.0.123") end # |