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