Up version for release

This commit is contained in:
Alex 2022-12-19 12:27:07 -06:00
parent de69d0031e
commit b88e24678b
No known key found for this signature in database
GPG key ID: 53CD082B3A5E1082
4 changed files with 7 additions and 7 deletions

View file

@ -10,9 +10,9 @@ export interface IServerVersion {
export const serverVersion: IServerVersion = {
major: 1,
minor: 38,
patch: 2,
build: 60,
minor: 39,
patch: 0,
build: 61,
};
export const SERVER_VERSION = `${serverVersion.major}.${serverVersion.minor}.${serverVersion.patch}`;