summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-10 13:02:21 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-10 13:02:21 +0000
commit68e5ef614d03a2d74607cb571a7f0f4f93380ff9 (patch)
treefc19f0f13a4f722f6eaadd7d8c35cb98a7a3ca71 /chef-config
parent7053637e351e34583a7da71cbf5c0e239ef709fa (diff)
downloadchef-68e5ef614d03a2d74607cb571a7f0f4f93380ff9.tar.gz
Bump version to 18.1.33 by Chef Expeditorv18.1.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 01aa4f4589..ec28b5da30 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 = "18.1.32".freeze
+ VERSION = "18.1.33".freeze
end