This commit is contained in:
Chris Lu
2021-11-21 18:40:24 -08:00
parent 9eebe9b95e
commit f3c789d662
2 changed files with 3 additions and 3 deletions

View File

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