This commit is contained in:
Chris Lu
2021-09-02 23:09:24 -07:00
parent 958125bd02
commit bca4a9de78
2 changed files with 3 additions and 2 deletions

View File

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