Up version for release

This commit is contained in:
Alex Tran
2022-11-20 13:13:27 -06:00
parent 41ffa0c015
commit 6f5d60fb62
4 changed files with 6 additions and 6 deletions

View File

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