From 91658b989a0f76f1857a1d8344841be587b0d6d6 Mon Sep 17 00:00:00 2001 From: Luke Usher Date: Tue, 23 Jan 2024 10:47:43 +0000 Subject: [PATCH] ares: bump version to v135 --- 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 fd661a9808..74b01a39f7 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 = "134"; +const string Version = "135"; const string Copyright = "ares team, Near"; const string License = "ISC"; const string LicenseURI = "https://opensource.org/licenses/ISC";