From 5ff5df0e2ebaaa8e4a33701e0f10402c6afa88a5 Mon Sep 17 00:00:00 2001 From: Luke Usher Date: Tue, 27 Aug 2024 17:37:58 +0100 Subject: [PATCH] version 140 --- 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 cdae2f8b00..1cb8b16fc9 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 = "139"; +const string Version = "140"; const string Copyright = "ares team, Near"; const string License = "ISC"; const string LicenseURI = "https://opensource.org/licenses/ISC";