Skip to content

Commit

Permalink
bump version to v131
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeUsher committed Dec 27, 2022
1 parent 1e97bd6 commit 3b7e0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ares/ares/ares.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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<vfs::directory>;
Expand Down

0 comments on commit 3b7e0d4

Please sign in to comment.