summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-11-15 19:20:56 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-11-15 19:20:56 +0000
commit493947028e8560e86a014aced4273f509a678c31 (patch)
treeba914235056759d4e01cf2e0d49d7cfdeaa97e59 /lib/chef/version.rb
parentc8bf43426b1f0a20ed4195a994f74bd591e272fb (diff)
downloadchef-493947028e8560e86a014aced4273f509a678c31.tar.gz
Bump version to 13.6.7 by Expeditorv13.6.7
Diffstat (limited to 'lib/chef/version.rb')
-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 88ee89d0a4..33f8b0cf00 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.6")
+ VERSION = Chef::VersionString.new("13.6.7")
end
#