summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-11-06 20:24:05 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-11-06 20:24:05 +0000
commit49a8cf653e6a99d29be89d5728cfde5de96b7aeb (patch)
tree3354099ce0a3ca62b3afc0dfe41c3d1d6ea1f93c /lib/chef/version.rb
parent958b64e24f26fc3f49c661b4ad0acac6414d2c01 (diff)
downloadchef-49a8cf653e6a99d29be89d5728cfde5de96b7aeb.tar.gz
Bump version to 13.6.4 by Expeditorv13.6.4
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 a5b4a5a432..cab3f145d7 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.3")
+ VERSION = Chef::VersionString.new("13.6.4")
end
#