summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-25 20:50:21 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-25 20:50:21 +0000
commit68cf3453975dccaad52ec76a17f35c6f6d824b5b (patch)
tree149e1cb2a42ba8ca3701c296a89c3db3f64384e5 /lib/chef/version.rb
parent9705601c1642aecee5375f54a219636d95e1a556 (diff)
downloadchef-68cf3453975dccaad52ec76a17f35c6f6d824b5b.tar.gz
Bump version to 16.5.13 by Chef Expeditorv16.5.13
Obvious fix; these changes are the result of automation not creative thinking.
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 0d0447e56c..da4239c299 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("16.5.12")
+ VERSION = Chef::VersionString.new("16.5.13")
end
#