summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-25 20:32:31 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-25 20:32:31 +0000
commit8226f94205e971cdd226a94f561279300bcdde88 (patch)
tree1c5a7de5b54bfaa83101de6982f64fa85053aff0 /lib/chef
parent83178f4b6fa76b1f00e26048f74a13aa6655dca1 (diff)
downloadchef-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.rb2
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
#