summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-21 05:41:25 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-21 05:41:25 +0000
commita2f1e36b21fc8498854f8a78d0d2c248d0a32af1 (patch)
treee96858b3eeeec26a18a6a01ac80ffa23416b7c51 /chef-utils
parent180a9342b1f76e56dd4fa6234bb0c1e09af46fe1 (diff)
downloadchef-a2f1e36b21fc8498854f8a78d0d2c248d0a32af1.tar.gz
Bump version to 17.10.25 by Chef Expeditorv17.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 ee79258612..53f9da0374 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 = "17.10.24"
+ VERSION = "17.10.25"
end