summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-10 13:02:21 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-10 13:02:21 +0000
commit68e5ef614d03a2d74607cb571a7f0f4f93380ff9 (patch)
treefc19f0f13a4f722f6eaadd7d8c35cb98a7a3ca71 /lib
parent7053637e351e34583a7da71cbf5c0e239ef709fa (diff)
downloadchef-68e5ef614d03a2d74607cb571a7f0f4f93380ff9.tar.gz
Bump version to 18.1.33 by Chef Expeditorv18.1.33
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 46fbef4481..06ebe03766 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.1.32")
+ VERSION = Chef::VersionString.new("18.1.33")
end
#