This commit is contained in:
Chris Lu
2025-06-02 23:56:58 -07:00
parent 7204731749
commit b25561d0d7
3 changed files with 13 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ const HttpStatusCancelled = 499
var (
MAJOR_VERSION = int32(3)
MINOR_VERSION = int32(88)
MINOR_VERSION = int32(89)
VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""