summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-06 00:09:59 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-06 00:09:59 +0000
commit0aa07a34d93b80c8970029bcf0cece322a14dbde (patch)
tree029fe630e1547ea05eeae8e03691d6284254d7d8 /lib/chef
parentca3763eddfc59416110fc81463a4d8116ffcec40 (diff)
downloadchef-0aa07a34d93b80c8970029bcf0cece322a14dbde.tar.gz
Bump version to 13.4.13 by Chef Expeditorv13.4.13
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 e74dcc724b..a3cfb544ed 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.12")
+ VERSION = Chef::VersionString.new("13.4.13")
end
#