This commit is contained in:
Chris Lu
2020-09-11 13:47:50 -07:00
parent 75de7002ff
commit ab201c2798
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, 96)
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 97)
COMMIT = ""
)