summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-04 17:49:38 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-04 17:49:38 +0000
commit90083e3ba82161d9f202f0d0c4bde4965c54b72f (patch)
treee0529f6aa5f1b840fb5a929fe87d236aa0e5e65a /chef-config
parentae28c2cf8eaa95240e2d27bf25c0dd072943f284 (diff)
downloadchef-90083e3ba82161d9f202f0d0c4bde4965c54b72f.tar.gz
Bump version to 16.5.29 by Chef Expeditorv16.5.29
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 739a4157f0..3ee75c3abe 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.5.28".freeze
+ VERSION = "16.5.29".freeze
end