diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-12-19 09:46:19 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-12-19 09:46:19 +0000 |
commit | 2a78bd532304dfe3fd297cbe1aefdab95502a192 (patch) | |
tree | 26d00c160b4b0fd943d59fc0d0deb57d3ee7aa80 /lib | |
parent | f13388dca743d20cbae5051ba2b7a4a182ed8e5b (diff) | |
download | chef-2a78bd532304dfe3fd297cbe1aefdab95502a192.tar.gz |
Bump version to 13.6.45 by Expeditorv13.6.45
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 67c4f64e85..c8a2a3f7c0 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("13.6.44") + VERSION = Chef::VersionString.new("13.6.45") end # |