Up version for release

This commit is contained in:
Alex Tran
2022-11-06 21:00:32 -06:00
parent f0874ff3fd
commit d90527a095
5 changed files with 13 additions and 7 deletions

View File

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