summaryrefslogtreecommitdiff
path: root/chef-config
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-config
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-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 a65b51d667..f43cde084e 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.0.132".freeze
+ VERSION = "18.0.133".freeze
end