Up server version

This commit is contained in:
Alex 2022-09-05 23:44:42 -05:00
parent b081eda76f
commit 1425f2ec78
No known key found for this signature in database
GPG key ID: 53CD082B3A5E1082
4 changed files with 12 additions and 12 deletions

View file

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