summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-delivery@chef.io>2017-07-11 10:12:58 +0000
committerChef Expeditor <eng-services-ops+chef-delivery@chef.io>2017-07-11 10:12:58 +0000
commit89a8c0a8681005066926cf3b61003e16f1293645 (patch)
tree58e6086e4e4efbdd705dcd4238f25ecee1c0fb34 /lib
parentb4f2ca362d03a1a24e5ef777825b5add8e7c841f (diff)
downloadchef-89a8c0a8681005066926cf3b61003e16f1293645.tar.gz
Bump version of chef to 13.3.7 by Chef Expeditor.v13.3.7
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 b29f427d80..451eb6b680 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.3.6")
+ VERSION = Chef::VersionString.new("13.3.7")
end
#