Merge branch 'master' into mq-subscribe

This commit is contained in:
chrislu
2024-02-26 07:03:09 -08: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.62)
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.63)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)