summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-19 00:09:00 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-19 00:09:00 +0000
commitd9a15e5c2cf50ece4e023c2993f890c06409414e (patch)
treebd05ca26af49a02391ffb5531ebf4ad6422d82e5 /chef-config
parent93756b1c7f35d3ae5a9904f3a7203df304d8b1e1 (diff)
downloadchef-d9a15e5c2cf50ece4e023c2993f890c06409414e.tar.gz
Bump version to 17.7.11 by Chef Expeditorv17.7.11
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 8d7eb08db0..3455a25865 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.10".freeze
+ VERSION = "17.7.11".freeze
end