summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-14 00:11:33 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-14 00:11:38 +0000
commitf8264acde7cf742f23b4c4c4b6e16ca4ea4c6347 (patch)
tree6baf5aa14041479d7be69a7059d1aa29c7a2fac3 /chef-utils
parent903d76a8de145a3169a58b6e72972d814b30ed60 (diff)
downloadchef-f8264acde7cf742f23b4c4c4b6e16ca4ea4c6347.tar.gz
Bump version to 16.4.25 by Chef Expeditorv16.4.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 8d21b771df..3663e649a2 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("..", __dir__)
- VERSION = "16.4.24".freeze
+ VERSION = "16.4.25".freeze
end