add version tag

This commit is contained in:
siddontang 2014-11-21 10:32:25 +08:00
parent 7b774092a2
commit 2a4504aafa
1 changed files with 2 additions and 0 deletions

View File

@ -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