From 1e6e9fd36ebf005cfafc3324a12a870479364e13 Mon Sep 17 00:00:00 2001 From: Luke Usher Date: Mon, 4 Nov 2024 10:19:26 +0000 Subject: [PATCH] ares v141 --- ares/ares/ares.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ares/ares/ares.cpp b/ares/ares/ares.cpp index 1cb8b16fc9..bb77ba8607 100644 --- a/ares/ares/ares.cpp +++ b/ares/ares/ares.cpp @@ -10,7 +10,7 @@ Platform* platform = nullptr; bool _runAhead = false; const string Name = "ares"; -const string Version = "140"; +const string Version = "141"; const string Copyright = "ares team, Near"; const string License = "ISC"; const string LicenseURI = "https://opensource.org/licenses/ISC";