summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-delivery@chef.io>2017-07-10 16:30:22 +0000
committerChef Expeditor <eng-services-ops+chef-delivery@chef.io>2017-07-10 16:30:22 +0000
commitb132e0a58478043605433fa2ccf8c4e7f090c8ec (patch)
treeec1972aa3bc57305a752ebfa424cd0555ba6a3d2 /lib
parentb6f4e3331ad683d5460921436836c83dbff12275 (diff)
downloadchef-b132e0a58478043605433fa2ccf8c4e7f090c8ec.tar.gz
Bump version of chef to 13.3.4 by Chef Expeditor.v13.3.4
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 d095bf5e7b..7dc37b2797 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.3")
+ VERSION = Chef::VersionString.new("13.3.4")
end
#