This commit is contained in:
Chris Lu
2021-08-08 23:33:12 -07:00
parent 734c980040
commit 8cfd487608
2 changed files with 3 additions and 3 deletions

View File

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