This commit is contained in:
Chris Lu
2021-05-30 20:40:30 -07:00
parent 1456616a77
commit 4233ad3f07
3 changed files with 4 additions and 4 deletions

View File

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