diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-09-25 20:32:31 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-09-25 20:32:31 +0000 |
commit | 8226f94205e971cdd226a94f561279300bcdde88 (patch) | |
tree | 1c5a7de5b54bfaa83101de6982f64fa85053aff0 /lib/chef | |
parent | 83178f4b6fa76b1f00e26048f74a13aa6655dca1 (diff) | |
download | chef-8226f94205e971cdd226a94f561279300bcdde88.tar.gz |
Bump version to 13.4.32 by Chef Expeditorv13.4.32
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 cb07f2ff31..1bdbbb843c 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.31") + VERSION = Chef::VersionString.new("13.4.32") end # |