This commit is contained in:
Chris Lu
2021-09-13 02:16:09 -07:00
parent 6cd1ce8b74
commit 20ac710ceb
11 changed files with 19 additions and 19 deletions

View File

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