summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-14 23:25:07 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-14 23:25:07 +0000
commit73a809b88292a980dbd0b6e7998c0b56cde80b2c (patch)
tree594cece003db35c1e48b3d9b9bf6b20f79640459 /chef-config
parentce5878a70577171a1ff23517fdd3151d982eefdd (diff)
downloadchef-73a809b88292a980dbd0b6e7998c0b56cde80b2c.tar.gz
Bump version to 17.5.9 by Chef Expeditorv17.5.9
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 7a7e5cc0fd..12508fe74e 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.5.8".freeze
+ VERSION = "17.5.9".freeze
end