From ba31eafda977dc9c3145a19c5e1683aed83219f3 Mon Sep 17 00:00:00 2001 From: Luke Usher Date: Sun, 31 Mar 2024 20:38:20 +0100 Subject: [PATCH] bump version to v137 --- 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 13fc07d7e..1bc5ca707 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 = "136"; +const string Version = "137"; const string Copyright = "ares team, Near"; const string License = "ISC"; const string LicenseURI = "https://opensource.org/licenses/ISC";