Up version for release

This commit is contained in:
Alex Tran
2022-10-14 16:21:26 -05:00
parent a7f14dc103
commit c271f0c224
5 changed files with 8 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ export interface IServerVersion {
export const serverVersion: IServerVersion = {
major: 1,
minor: 31,
minor: 32,
patch: 0,
build: 49,
build: 50,
};