summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-09 08:36:20 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-09 08:36:20 +0000
commit37c55d67d46c72d0a6e0ca6858687f25bdf36511 (patch)
treec7a8f956d743cdd56a89d97bb9de168b7fc0d9c8 /chef-config
parent1adb1005e0c50cdd25cc9fce4cdea1962e9da28c (diff)
downloadchef-37c55d67d46c72d0a6e0ca6858687f25bdf36511.tar.gz
Bump version to 18.1.32 by Chef Expeditorv18.1.32
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 35b4083a44..01aa4f4589 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.31".freeze
+ VERSION = "18.1.32".freeze
end