Up version for release

This commit is contained in:
Alex
2022-11-08 14:34:47 -06:00
parent 9057e4b7d0
commit 66640ebfeb
5 changed files with 7 additions and 6 deletions

View File

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