summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-16 20:12:27 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-16 20:12:28 +0000
commit995cba88d2398cdd7cfa503445f7175e0bb54187 (patch)
tree1d3f044216d51e22eec0b06da0e300d093a54418 /chef-config
parenta82ab66904a60fdceb0833999f49100d2cde7dc2 (diff)
downloadchef-995cba88d2398cdd7cfa503445f7175e0bb54187.tar.gz
Bump version to 15.8.29 by Chef Expeditorv15.8.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 559b66e53d..fa8499b7dd 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("../..", __FILE__)
- VERSION = "15.8.28".freeze
+ VERSION = "15.8.29".freeze
end