Merge branch 'master' into bptree

This commit is contained in:
Chris Lu
2021-09-19 23:56:59 -07:00
16 changed files with 152 additions and 67 deletions

View File

@@ -5,7 +5,7 @@ import (
)
var (
VERSION_NUMBER = fmt.Sprintf("%.02f", 2.68)
VERSION_NUMBER = fmt.Sprintf("%.02f", 2.69)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)