Up version for release

This commit is contained in:
Alex Tran
2022-10-26 11:24:04 -05:00
parent f94176a910
commit 25848b78f9
5 changed files with 10 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ export interface IServerVersion {
export const serverVersion: IServerVersion = {
major: 1,
minor: 32,
patch: 1,
build: 51,
minor: 33,
patch: 0,
build: 52,
};