summaryrefslogtreecommitdiff
path: root/lib/chef
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 /lib/chef
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 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index cce1528660..8d42d90c20 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("18.0.132")
+ VERSION = Chef::VersionString.new("18.0.133")
end
#