summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-29 20:09:38 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-29 20:09:38 +0000
commit7ef2fd8edf52312c729cfee49d5338867a06efa7 (patch)
tree984f6c4dd3a09224a0921db937ed5c31931cf4c9 /lib/chef/version.rb
parent681fe3390f29ccf75ee7c0a6fd0e7dbf313e57cc (diff)
downloadchef-7ef2fd8edf52312c729cfee49d5338867a06efa7.tar.gz
Bump version to 13.4.6 by Chef Expeditorv13.4.6
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 0045ece06b..bb5e0f2b52 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.5")
+ VERSION = Chef::VersionString.new("13.4.6")
end
#