summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-05 06:28:30 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-05 06:28:30 +0000
commit0f5ab9a35edce7162c5d703199dcaddcf6648b86 (patch)
tree614db9ee6b79a44d9242607e8bf34c0a998590b8 /chef-utils
parent722cda1ae680a32e2cb29ed2b11e4c0ab88b9d88 (diff)
downloadchef-0f5ab9a35edce7162c5d703199dcaddcf6648b86.tar.gz
Bump version to 15.5.25 by Chef Expeditorv15.5.25
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 23d2e139b2..a4b067d101 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.5.24".freeze
+ VERSION = "15.5.25".freeze
end