This commit is contained in:
Chris Lu
2021-08-28 05:27:33 -07:00
parent 223c1b3571
commit bec3f63298
2 changed files with 3 additions and 3 deletions

View File

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