Up server version

This commit is contained in:
Alex 2022-09-16 16:55:04 -05:00
parent 2c2ea24dc4
commit 824da6a07b
No known key found for this signature in database
GPG key ID: 53CD082B3A5E1082
7 changed files with 17 additions and 19 deletions

View file

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