summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-13 22:38:25 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-13 22:38:25 +0000
commit8c4d6e5f549039d238ff0133bcc8a38e7f52bcae (patch)
tree4985ab49697fdb46b65154665e40ebfc492e500c /chef-config/lib
parentcebabab8346c973d978e0c40a3214175f2357966 (diff)
downloadchef-8c4d6e5f549039d238ff0133bcc8a38e7f52bcae.tar.gz
Bump version to 17.3.29 by Chef Expeditorv17.3.29
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 4a81bdbe67..d29a3435db 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.3.28".freeze
+ VERSION = "17.3.29".freeze
end