summaryrefslogtreecommitdiff
path: root/chef-utils
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-utils
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-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 43435a03e2..5bd8e67ce1 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.1.31"
+ VERSION = "18.1.32"
end