diff --git a/ares/ares/ares.hpp b/ares/ares/ares.hpp index ddad481687..a57e2a722b 100644 --- a/ares/ares/ares.hpp +++ b/ares/ares/ares.hpp @@ -40,7 +40,7 @@ using namespace nall::primitives; namespace ares { static const string Name = "ares"; - static const string Version = "130.1"; + static const string Version = "131"; static const string Copyright = "ares team, Near"; static const string License = "ISC"; static const string LicenseURI = "https://opensource.org/licenses/ISC"; @@ -49,7 +49,7 @@ namespace ares { //incremented only when serialization format changes static const u32 SerializerSignature = 0x31545342; //"BST1" (little-endian) - static const string SerializerVersion = "130.3"; + static const string SerializerVersion = "131"; namespace VFS { using Pak = shared_pointer;