From d381bb46780c3f7e35107fe9fb45d22548321ed2 Mon Sep 17 00:00:00 2001 From: Luke Usher Date: Wed, 22 Nov 2023 10:49:33 +0000 Subject: [PATCH] v134 --- 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 46c737c652..fd661a9808 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 = "133"; +const string Version = "134"; const string Copyright = "ares team, Near"; const string License = "ISC"; const string LicenseURI = "https://opensource.org/licenses/ISC";