Up patch version

This commit is contained in:
Alex Tran 2022-11-21 20:26:03 -06:00
parent cc697486fc
commit df0a059a02
No known key found for this signature in database
GPG Key ID: E4954BC787B85C8A

View File

@ -11,6 +11,6 @@ export interface IServerVersion {
export const serverVersion: IServerVersion = {
major: 1,
minor: 36,
patch: 1,
patch: 2,
build: 56,
};