From 57c01b8e17746151a58af822d1db4aa59f21f673 Mon Sep 17 00:00:00 2001 From: Luke Usher Date: Thu, 2 May 2024 13:12:55 +0100 Subject: [PATCH] bump version to v138 --- 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 1bc5ca707..4c7515497 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 = "137"; +const string Version = "138"; const string Copyright = "ares team, Near"; const string License = "ISC"; const string LicenseURI = "https://opensource.org/licenses/ISC";