This commit is contained in:
Chris Lu
2020-09-20 00:47:04 -07:00
parent 7af7380a7e
commit 9cac9c4001
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ import (
)
var (
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 99)
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 2, 00)
COMMIT = ""
)