diff --git a/ledis/const.go b/ledis/const.go index 26a429e..a61cb90 100644 --- a/ledis/const.go +++ b/ledis/const.go @@ -4,6 +4,8 @@ import ( "errors" ) +const Version = "0.4" + const ( NoneType byte = 0 KVType byte = 1