Added hotfix release note

This commit is contained in:
Alex Tran
2022-11-21 05:41:44 -06:00
parent 56ce747ffc
commit bc9ee1d611
9 changed files with 22 additions and 20 deletions

View File

@@ -11,6 +11,6 @@ export interface IServerVersion {
export const serverVersion: IServerVersion = {
major: 1,
minor: 36,
patch: 0,
build: 55,
patch: 1,
build: 56,
};