From eddfa91bddffd7a918de3978a509fd41a0d1c48c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Sat, 20 Nov 2021 01:29:06 +0100 Subject: [PATCH] version 0.3.1 --- rocksdb.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocksdb.nimble b/rocksdb.nimble index 554ab98..17a6720 100644 --- a/rocksdb.nimble +++ b/rocksdb.nimble @@ -1,5 +1,5 @@ packageName = "rocksdb" -version = "0.3.0" +version = "0.3.1" author = "Status Research & Development GmbH" description = "A wrapper for Facebook's RocksDB, an embeddable, persistent key-value store for fast storage" license = "Apache License 2.0 or GPLv2"