summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-08-26 15:55:47 +0000
committerChef Expeditor <chef-ci@chef.io>2021-08-26 15:55:47 +0000
commit8573828c1d569f37685aa4d41bc05467248f5450 (patch)
tree27976c526b8f2af364ea119cb18f6c6edef1a098 /chef-config
parent742e64e50a9ece104312b7c09bbf69b76106ee6f (diff)
downloadchef-8573828c1d569f37685aa4d41bc05467248f5450.tar.gz
Bump version to 17.4.33 by Chef Expeditorv17.4.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 315d7c9a74..f91c2bf5a1 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.4.32".freeze
+ VERSION = "17.4.33".freeze
end