summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-06 19:35:53 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-06 19:35:53 +0000
commit71d6ffa5a7aba4187b724179f8f0004d274a7c33 (patch)
tree327fa3b799dbb8e2c182d727fd55fda2e7cde75e /lib/chef
parentd6ea4fb79b824a0fc1aa4a6dac7a41007ff3fabd (diff)
downloadchef-71d6ffa5a7aba4187b724179f8f0004d274a7c33.tar.gz
Bump version to 14.3.32 by Chef Expeditorv14.3.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 c69b787880..58817fe83f 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("14.3.31")
+ VERSION = Chef::VersionString.new("14.3.32")
end
#