Up Minor 1.4.0 (#79)

This commit is contained in:
Alex 2022-03-27 15:55:29 -05:00 committed by GitHub
parent 80fd664cc8
commit 9cbd5d1b0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 26 deletions

View file

@ -3,7 +3,7 @@
export const serverVersion = {
major: 1,
minor: 3,
patch: 2,
minor: 4,
patch: 0,
build: 0,
};