summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-28 22:07:53 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-28 22:07:53 +0000
commit1846641d64e3e1e47c0387fae83bbdef9eee868e (patch)
tree085ebc2583c815317a0ad4bcde152e024a45e2a5 /lib
parentcf642c0cce993d0399dc1420cce0034ffcd297d3 (diff)
downloadchef-1846641d64e3e1e47c0387fae83bbdef9eee868e.tar.gz
Bump version to 18.2.2 by Chef Expeditorv18.2.2
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 b42d1967c5..74455dc3b1 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.2.1")
+ VERSION = Chef::VersionString.new("18.2.2")
end
#