From 7ae3c1803c9deb5c7a7cc634418df5006051c3ee Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 9 Dec 2024 16:43:56 +0100 Subject: [PATCH] Increase version --- leveldbstatic.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leveldbstatic.nimble b/leveldbstatic.nimble index 8b952fb..46ce744 100644 --- a/leveldbstatic.nimble +++ b/leveldbstatic.nimble @@ -1,6 +1,6 @@ # Package -version = "0.1.6" +version = "0.2.0" author = "leveldbstatic authors" description = "Statically linked LevelDB wrapper for Nim" license = "MIT"