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:10:56 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-29 20:10:56 +0000
commit0971e0a472f70318a41b75de308269999175d772 (patch)
tree2e4277ba5ef9d903e28dc24c9277bd75a659fbbb /lib/chef/version.rb
parentbba8ff2b5ee842ec4505dadb88dfdbd7966d3a18 (diff)
downloadchef-0971e0a472f70318a41b75de308269999175d772.tar.gz
Bump version to 13.4.7 by Chef Expeditorv13.4.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 bb5e0f2b52..0cfc9f8ee4 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.6")
+ VERSION = Chef::VersionString.new("13.4.7")
end
#