summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-30 03:30:17 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-30 03:30:17 +0000
commitd792e4121f910d17b4aae2b206da433cdbd42f5a (patch)
tree4f82379e69cda72e15c275df15b565cb3351ca3d /chef-config/lib
parent5724908e6dc05ccc870984acef9b430ea69faf0b (diff)
downloadchef-d792e4121f910d17b4aae2b206da433cdbd42f5a.tar.gz
Bump version to 17.6.9 by Chef Expeditorv17.6.9
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 fba865970b..a0410f09e2 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.6.8".freeze
+ VERSION = "17.6.9".freeze
end