Merge branch 'master' into mq-subscribe

This commit is contained in:
chrislu
2024-04-15 20:09:14 -07:00
23 changed files with 118 additions and 61 deletions

View File

@@ -7,7 +7,7 @@ import (
const HttpStatusCancelled = 499
var (
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.64)
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.65)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)