From 30622cf29aa711668c71c7c462a55f6cd15110d2 Mon Sep 17 00:00:00 2001 From: Huahai Yang Date: Tue, 28 Jul 2020 09:28:35 -0700 Subject: [PATCH] Version 0.2.11 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46518930..00170c77 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ If you are interested in using the dialect of Datalog pioneered by DatomicĀ®, he * If you need a simple and fast durable store with a battle tested backend, give [Datalevin](https://github.com/juji-io/datalevin) a try. -Version: 0.2.10 +Version: 0.2.11 ## License diff --git a/project.clj b/project.clj index fe17bb7d..766e5054 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(def version "0.2.10") +(def version "0.2.11") (defproject datalevin version :description "A simple, fast and durable Datalog database"