summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-15 19:36:50 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-15 19:36:50 +0000
commitd8f1eaaf32ea181a60e537243ca12e9c4d34ee62 (patch)
treec9933a160e7903937ce130ed77e34ac230f3637e /chef-utils
parent8f630dbbae891f262254362ef30ad9fcc539303e (diff)
downloadchef-d8f1eaaf32ea181a60e537243ca12e9c4d34ee62.tar.gz
Bump version to 17.9.61 by Chef Expeditorv17.9.61
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 403db04991..dff968a9c5 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.9.60"
+ VERSION = "17.9.61"
end