This commit is contained in:
chrislu
2024-03-16 11:46:40 -07:00
parent 6a61b54f29
commit b74e8082ba
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.63)
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.64)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)