diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-08-28 23:15:45 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-08-28 23:15:45 +0000 |
commit | 3c42edc942619b634a3f3dc7e44cf4699532f208 (patch) | |
tree | a55d5119fe44a68b9a5bed21032037f3ca4f1534 /lib/chef/version.rb | |
parent | d87ab147033825a435fbaa3a631d44eef12480a8 (diff) | |
download | chef-3c42edc942619b634a3f3dc7e44cf4699532f208.tar.gz |
Bump version to 13.4.5 by Chef Expeditorv13.4.5
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 32ea0bc105..0045ece06b 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.4.4") + VERSION = Chef::VersionString.new("13.4.5") end # |