This commit is contained in:
Chris Lu
2020-12-06 18:56:58 -08:00
parent 263eb29e9f
commit 46b91228af
4 changed files with 5 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import (
)
var (
VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 13)
VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 14)
COMMIT = ""
)