Up version for release

This commit is contained in:
Alex Tran
2022-10-19 20:07:53 -05:00
parent 061b229e12
commit 1ec7122381
4 changed files with 6 additions and 6 deletions

View File

@@ -11,6 +11,6 @@ export interface IServerVersion {
export const serverVersion: IServerVersion = {
major: 1,
minor: 32,
patch: 0,
build: 50,
patch: 1,
build: 51,
};