summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-07 20:18:15 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-07 20:18:18 +0000
commit975dee17d253f107714f0c5dacfb2413955ecf7a (patch)
tree5e387f0fe1c0d3492aed774fe8e8d4f516440d62 /chef-config
parent7e5ddb402c7b84ba16bc7e589792ea1cd2856487 (diff)
downloadchef-975dee17d253f107714f0c5dacfb2413955ecf7a.tar.gz
Bump version to 17.8.30 by Chef Expeditorv17.8.30
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 dafb0c914f..d92b694a8e 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.8.29".freeze
+ VERSION = "17.8.30".freeze
end