summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-04 23:59:05 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-04 23:59:05 +0000
commitcd045c668d04c132e276de003047fe2789543e36 (patch)
tree1bcfe8970381b0bf2aeccc0214feecff70d97b64 /chef-utils
parent766c109fe829d4e1b47cfe8f098de894715bb199 (diff)
downloadchef-cd045c668d04c132e276de003047fe2789543e36.tar.gz
Bump version to 16.10.25 by Chef Expeditorv16.10.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 19bed5b386..4c3663bd0b 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.10.24"
+ VERSION = "16.10.25"
end