summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-01 16:09:53 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-01 16:09:53 +0000
commit94f3dc70bf6ecf716eab9a716efe29c7a5de24e1 (patch)
tree8adc80226f60ec686759c2fe2e2f83f683e7c80d /chef-config
parentdd13281107d65adb3f1c8c31eba1862c013c9529 (diff)
downloadchef-94f3dc70bf6ecf716eab9a716efe29c7a5de24e1.tar.gz
Bump version to 17.7.30 by Chef Expeditorv17.7.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 4380db5225..ac24d931ee 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.7.29".freeze
+ VERSION = "17.7.30".freeze
end