summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-18 04:51:35 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-18 04:51:35 +0000
commit0cbd5cb3b4891c087cfda6ea69e539c0f041ab39 (patch)
tree4ab98b18b21a70f86fc8ea4422fcddb87ca9281b /lib
parent5cc241bb14e845ff581082bdcd6302fc37d51bda (diff)
downloadchef-0cbd5cb3b4891c087cfda6ea69e539c0f041ab39.tar.gz
Bump version to 15.13.13 by Chef Expeditorv15.13.13
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 8fd8fa78fa..75fce542a0 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("15.13.12")
+ VERSION = Chef::VersionString.new("15.13.13")
end
#