This commit is contained in:
Chris Lu
2020-07-30 13:52:04 -07:00
parent 6b41c5250b
commit a6b59d50f7
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, 86)
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 87)
COMMIT = ""
)