summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-05-10 12:35:52 +0000
committerChef Expeditor <chef-ci@chef.io>2023-05-10 12:35:52 +0000
commit4ebf4d96c26c684af7fb04982a6924258c616696 (patch)
treefb32bf3522ed4a963269d83f17c7658ad6b4f281 /lib
parent42a076b15384dc4451dfbd0026c6b8d31d0774c1 (diff)
downloadchef-4ebf4d96c26c684af7fb04982a6924258c616696.tar.gz
Bump version to 18.2.25 by Chef Expeditorv18.2.25
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 1e74556c32..e7630a8ab1 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.24")
+ VERSION = Chef::VersionString.new("18.2.25")
end
#