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";