summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-07-19 22:15:17 +0000
committerChef Expeditor <chef-ci@chef.io>2022-07-19 22:15:17 +0000
commit4df5e4e43c773f9f3a7b69d4a5cd85af81448da9 (patch)
treeca439b95327e1731100f1a9a4a6eaf45b72dbb58 /chef-utils
parentde4b2c05256f6d618640f11a5c20e4e1593bbbfc (diff)
downloadchef-4df5e4e43c773f9f3a7b69d4a5cd85af81448da9.tar.gz
Bump version to 18.0.131 by Chef Expeditorv18.0.131
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 6688fe3fee..aa7e514f4e 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.0.130"
+ VERSION = "18.0.131"
end