diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-08-29 20:09:38 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-08-29 20:09:38 +0000 |
commit | 7ef2fd8edf52312c729cfee49d5338867a06efa7 (patch) | |
tree | 984f6c4dd3a09224a0921db937ed5c31931cf4c9 /lib/chef | |
parent | 681fe3390f29ccf75ee7c0a6fd0e7dbf313e57cc (diff) | |
download | chef-7ef2fd8edf52312c729cfee49d5338867a06efa7.tar.gz |
Bump version to 13.4.6 by Chef Expeditorv13.4.6
Diffstat (limited to 'lib/chef')
-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 0045ece06b..bb5e0f2b52 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.5") + VERSION = Chef::VersionString.new("13.4.6") end # |