Up version for release

This commit is contained in:
Alex Tran
2022-10-06 12:11:12 -05:00
parent 642811869c
commit 46994c3355
5 changed files with 9 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ export interface IServerVersion {
export const serverVersion: IServerVersion = {
major: 1,
minor: 30,
patch: 2,
build: 48,
minor: 31,
patch: 0,
build: 49,
};