Merge branch 'master' into mq

This commit is contained in:
chrislu
2024-06-09 21:21:43 -07:00
2 changed files with 3 additions and 3 deletions

View File

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