summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-27 16:53:56 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-27 16:53:56 +0000
commit092b0ea9fb7952b9a09aa13d1e67346a34c97ecd (patch)
tree2b24519f13e821fe166cc450a151de4c5789a8aa /chef-utils/lib
parent1e31ed5c8918c3c5059bf25a5e1b719304a29177 (diff)
downloadchef-092b0ea9fb7952b9a09aa13d1e67346a34c97ecd.tar.gz
Bump version to 17.6.4 by Chef Expeditorv17.6.4
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib')
-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 6f0e0baa13..1a1582c410 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.6.3"
+ VERSION = "17.6.4"
end