This commit is contained in:
Chris Lu 2019-12-14 11:28:48 -08:00
parent 69ffcbdcc0
commit a631b2a9e9

View file

@ -5,5 +5,5 @@ import (
)
var (
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 45)
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 46)
)