forked from mirror/ledisdb
add version tag
This commit is contained in:
parent
7b774092a2
commit
2a4504aafa
|
@ -4,6 +4,8 @@ import (
|
||||||
"errors"
|
"errors"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const Version = "0.4"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
NoneType byte = 0
|
NoneType byte = 0
|
||||||
KVType byte = 1
|
KVType byte = 1
|
||||||
|
|
Loading…
Reference in New Issue