summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
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 /chef-utils/lib/chef-utils
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 'chef-utils/lib/chef-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 7b1fef9ca0..a760c45a04 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.13.1".freeze
+ VERSION = "15.13.2".freeze
end