summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-18 04:48:05 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-18 04:48:12 +0000
commit5cc241bb14e845ff581082bdcd6302fc37d51bda (patch)
tree838be8456d5f85721b08e542a29ea5ae47665751 /lib
parent67e25ff14106283dc95797cf2730619364b877e5 (diff)
downloadchef-5cc241bb14e845ff581082bdcd6302fc37d51bda.tar.gz
Bump version to 15.13.12 by Chef Expeditorv15.13.12
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 f674bb93e2..8fd8fa78fa 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.11")
+ VERSION = Chef::VersionString.new("15.13.12")
end
#