summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-30 12:42:20 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-30 12:42:20 +0000
commit78c79a3cef728e56c5ff11e0a75bfdc3cbda0de5 (patch)
tree84d9c6bd53ed336528d26878bb8c9c2a781054ce /lib
parent0ae0cc0a9e0cd5c5b60084ec3ce9f85ed4c0269e (diff)
downloadchef-78c79a3cef728e56c5ff11e0a75bfdc3cbda0de5.tar.gz
Bump version to 18.2.3 by Chef Expeditorv18.2.3
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 74455dc3b1..56c916bd75 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.2")
+ VERSION = Chef::VersionString.new("18.2.3")
end
#