summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-15 19:23:08 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-15 19:23:08 +0000
commitf681ac8e2a96c9f4ba38905054623315f625403b (patch)
treedd6a17dbec380288a4ae320a6a5d1e6167427942 /lib
parent16427887c6d2b46fd1e2b56b44436768ba10d700 (diff)
downloadchef-f681ac8e2a96c9f4ba38905054623315f625403b.tar.gz
Bump version to 15.13.2 by Chef Expeditorv15.13.2
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 69a35c75e0..55ad93be3f 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.13.1")
+ VERSION = Chef::VersionString.new("15.13.2")
end
#