summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-07 19:46:02 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-07 19:46:02 +0000
commitaa33ea719c0e8c99008504fe19fc89981aff8427 (patch)
treed6d1d50cc26f0951cf0dceb61631e2d205347631 /chef-config
parentaf43ef78dc28dca286d96df696b4ed677fe153fd (diff)
downloadchef-aa33ea719c0e8c99008504fe19fc89981aff8427.tar.gz
Bump version to 16.13.9 by Chef Expeditorv16.13.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 a6a0165a2d..bd546733bf 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 = "16.13.8".freeze
+ VERSION = "16.13.9".freeze
end