diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-12-13 12:06:42 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-12-13 12:06:42 +0000 |
commit | adfaadb7e203e5b8f24b2d7db20c3deae7cfa9eb (patch) | |
tree | 1d536a6202389484ca7e09352dcdafb8a427e215 /lib/chef/version.rb | |
parent | 14cf20d2198eae4d3b0e83fce882bcf4ab61348e (diff) | |
download | chef-adfaadb7e203e5b8f24b2d7db20c3deae7cfa9eb.tar.gz |
Bump version to 13.6.35 by Expeditorv13.6.35
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 6436f0b99f..825b87167e 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.34") + VERSION = Chef::VersionString.new("13.6.35") end # |