summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-24 14:28:11 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-24 14:28:14 +0000
commit3498c8374d35539a5aea506ed51165f7883ec00c (patch)
treed74aefd057a9953cc0e503a46c544bb8bb26bdc0 /chef-utils
parent010c030fe5b76dd229080d41f2921368e13e9f8e (diff)
downloadchef-3498c8374d35539a5aea506ed51165f7883ec00c.tar.gz
Bump version to 17.6.0 by Chef Expeditorv17.6.0
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 41f1452376..48f6372837 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.5.22"
+ VERSION = "17.6.0"
end