summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-08 18:27:31 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-08 18:27:31 +0000
commita33025d1d2ec661bd64037e4f1e22713e3cf2c59 (patch)
treef95d7ec5ee2cc456b2cfae744cd19ebd369faf47 /lib
parentd3878445c7011529d71e526ae0757db2d496f250 (diff)
downloadchef-a33025d1d2ec661bd64037e4f1e22713e3cf2c59.tar.gz
Bump version to 13.3.35 by Chef Expeditorv13.3.35
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 64a979c15a..682463ca0d 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -22,7 +22,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("13.3.34")
+ VERSION = Chef::VersionString.new("13.3.35")
end
#