summaryrefslogtreecommitdiff
path: root/chef-config
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-config
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-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index fc43fb4477..f1211ea2dd 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.7.5".freeze
+ VERSION = "17.7.6".freeze
end