From 4dd82584d1fb898f2a238d417766348c1d46a71b Mon Sep 17 00:00:00 2001 From: siddontang Date: Thu, 9 Apr 2015 21:36:30 +0800 Subject: [PATCH] update version tag to 0.5 --- ledis/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ledis/const.go b/ledis/const.go index 3c9b99c..ef4ae87 100644 --- a/ledis/const.go +++ b/ledis/const.go @@ -4,7 +4,7 @@ import ( "errors" ) -const Version = "0.4" +const Version = "0.5" type DataType byte