Bumped to v3

This commit is contained in:
Magnus Åhall 2024-04-23 20:24:51 +02:00
parent 36d0eacf8f
commit 77260743a0

View File

@ -9,7 +9,7 @@ import (
"slices" "slices"
) )
const VERSION = "v2" const VERSION = "v3"
const MAXLINE = 1048576 const MAXLINE = 1048576
type Db struct { type Db struct {