summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-10 02:01:39 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-10 02:01:39 +0000
commitcbc776de43ebfb3a2cf4a29cf41cc80782a9e80a (patch)
tree9674838fb719577ed7867b92daae056936a7dd5d /chef-utils
parent04b241463fca2dbbd4236b01da2915b19afbd6aa (diff)
downloadchef-cbc776de43ebfb3a2cf4a29cf41cc80782a9e80a.tar.gz
Bump version to 16.2.25 by Chef Expeditorv16.2.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 106d146322..bd8547a052 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 = "16.2.24".freeze
+ VERSION = "16.2.25".freeze
end