summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-04 07:56:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-04 07:56:22 +0000
commit3e3aeef2cdd4f7c47416df3f51d06398adb6ea7b (patch)
tree0e500d33bba7d3b73091a8a7df2e8212c6f7d4d6 /chef-config
parentb800120edbca521211ff6ffe7eb2a56b4ee5ea86 (diff)
downloadchef-3e3aeef2cdd4f7c47416df3f51d06398adb6ea7b.tar.gz
Bump version to 17.7.33 by Chef Expeditorv17.7.33
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 c555481bc1..1d24cbcf9e 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.32".freeze
+ VERSION = "17.7.33".freeze
end