summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-14 17:45:09 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-14 17:45:09 +0000
commitb798363675254473e1f222af820aa5996fbb9fa2 (patch)
tree79f6469318a17ccc2dc82258aa88b8944ed06a63 /chef-utils
parent6db0800f483e14168dcfa3812809fdea9713883d (diff)
downloadchef-b798363675254473e1f222af820aa5996fbb9fa2.tar.gz
Bump version to 17.7.6 by Chef Expeditorv17.7.6
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 d286c286e1..a7fb2bda2c 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.7.5"
+ VERSION = "17.7.6"
end