This commit is contained in:
chrislu
2022-01-09 19:30:23 -08:00
parent 3b1dc85c6f
commit 19555385f7
10 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ import (
)
var (
VERSION_NUMBER = fmt.Sprintf("%.02f", 2.84)
VERSION_NUMBER = fmt.Sprintf("%.02f", 2.85)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)