pump version

This commit is contained in:
Alex Tran
2022-08-18 15:01:45 -05:00
parent 33b1410d82
commit 4805d86a7c
6 changed files with 9 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ export interface IServerVersion {
export const serverVersion: IServerVersion = {
major: 1,
minor: 23,
minor: 24,
patch: 0,
build: 0,
};