From 97cd14960fabc97074d49b86e42cccef82936cad Mon Sep 17 00:00:00 2001 From: Luke Usher Date: Mon, 3 Oct 2022 18:45:51 +0100 Subject: [PATCH] ares: release v130.1 (hotfix) --- ares/ares/ares.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ares/ares/ares.hpp b/ares/ares/ares.hpp index 087c28870..4bc9d452c 100644 --- a/ares/ares/ares.hpp +++ b/ares/ares/ares.hpp @@ -38,7 +38,7 @@ using namespace nall; namespace ares { static const string Name = "ares"; - static const string Version = "130"; + static const string Version = "130.1"; static const string Copyright = "ares team, Near"; static const string License = "ISC"; static const string LicenseURI = "https://opensource.org/licenses/ISC";