summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-11 13:25:30 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-11 13:25:30 +0000
commit72aa31170d09af49405c259434e32e7b1ce7acfa (patch)
tree0e33887288d9a6f7523eabb111c4f0652370968e /lib
parent3b13b5c54d88c6c16421c5eae081e3223b3576a1 (diff)
downloadchef-72aa31170d09af49405c259434e32e7b1ce7acfa.tar.gz
Bump version to 13.6.32 by Expeditorv13.6.32
Diffstat (limited to 'lib')
-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 6c11e78644..55868cc34d 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.6.31")
+ VERSION = Chef::VersionString.new("13.6.32")
end
#