Up version for release

This commit is contained in:
Alex
2022-11-30 11:18:06 -06:00
parent d31eddf32f
commit a384798779
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: 36,
patch: 2,
build: 56,
minor: 37,
patch: 0,
build: 58,
};