summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-13 08:16:00 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-13 08:16:00 +0000
commit9ac6b156fb8aa21fa9b79e829bf677d98bc23909 (patch)
tree5c7f259868fd86a4e8461b18cc937c2c1c5ad753 /chef-utils
parent8a8d169879c1b04aa5ccb4dd2df44701a37d3a74 (diff)
downloadchef-9ac6b156fb8aa21fa9b79e829bf677d98bc23909.tar.gz
Bump version to 15.6.13 by Chef Expeditorv15.6.13
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to '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 7702ab8b69..308d9ac15c 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.6.12".freeze
+ VERSION = "15.6.13".freeze
end