This commit is contained in:
Chris Lu
2021-08-23 00:39:15 -07:00
parent ca35a77e85
commit ff7dc3b44c
2 changed files with 3 additions and 3 deletions

View File

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