summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-13 10:22:12 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-13 10:22:12 +0000
commit3200461b241474138f194b4cc7e8479f6dd12af8 (patch)
treea7ceaef458303c5495dcf7b960674388b5af45d3 /lib/chef/version.rb
parentbfbdad75f8b6d8d31d9739c1a7f6391c707e7a63 (diff)
downloadchef-3200461b241474138f194b4cc7e8479f6dd12af8.tar.gz
Bump version to 18.0.162 by Chef Expeditorv18.0.162
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 99a311cdfd..d101dab323 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.161")
+ VERSION = Chef::VersionString.new("18.0.162")
end
#