summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-07-21 04:45:25 +0000
committerChef Expeditor <chef-ci@chef.io>2022-07-21 04:45:25 +0000
commit0bf13f7da5f9e24c99d6ea5a4e98de0c1e563d71 (patch)
tree7eb69f240e0a67733815c9f9d6d5b721a567e8c0 /chef-utils
parent0a4369282fa72f0dff1ae6173b0e84e49287d795 (diff)
downloadchef-0bf13f7da5f9e24c99d6ea5a4e98de0c1e563d71.tar.gz
Bump version to 18.0.133 by Chef Expeditorv18.0.133
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 5de49a84a8..93df5cfcda 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.132"
+ VERSION = "18.0.133"
end