From 8e62cd8162f477ddee1cea3da74f17ef299d750f Mon Sep 17 00:00:00 2001 From: Luke Usher Date: Fri, 21 Jul 2023 09:13:51 +0100 Subject: [PATCH] ares: bump version number to v133 --- 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 184b60f88..d2de1faea 100644 --- a/ares/ares/ares.hpp +++ b/ares/ares/ares.hpp @@ -41,7 +41,7 @@ using namespace nall::primitives; namespace ares { static const string Name = "ares"; - static const string Version = "132"; + static const string Version = "133"; static const string Copyright = "ares team, Near"; static const string License = "ISC"; static const string LicenseURI = "https://opensource.org/licenses/ISC";