This commit is contained in:
chrislu
2024-06-30 23:08:49 -07:00
parent e99eee8ed9
commit fbe1316c92
2 changed files with 2 additions and 2 deletions

View File

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