Up version for release

This commit is contained in:
Alex Tran
2022-09-28 16:28:14 -05:00
parent 0d3a2fe844
commit 96b9e37461
5 changed files with 8 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ export interface IServerVersion {
export const serverVersion: IServerVersion = {
major: 1,
minor: 29,
patch: 6,
build: 44,
minor: 30,
patch: 0,
build: 46,
};