From e2b32dee4a908d04b69232836f0e1a825ec1929f Mon Sep 17 00:00:00 2001 From: TheBoringDude Date: Sat, 29 May 2021 12:44:23 +0800 Subject: [PATCH] 0.1.3 --- minidb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minidb.go b/minidb.go index bc80bdd..faf6bbc 100644 --- a/minidb.go +++ b/minidb.go @@ -4,7 +4,7 @@ import ( "sync" ) -const Version = "0.1.0" +const Version = "0.1.3" type ( // BaseMiniDB is the base db structure.