From 2a4504aafab257b72e6c1a468779cd18f82f6468 Mon Sep 17 00:00:00 2001 From: siddontang Date: Fri, 21 Nov 2014 10:32:25 +0800 Subject: [PATCH] add version tag --- ledis/const.go | 2 ++ 1 file changed, 2 insertions(+) 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