Skip to content

Commit

Permalink
Version 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Mar 1, 2021
1 parent 00e8b48 commit 4a0d1f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ If you use [Clojure CLI](https://clojure.org/guides/deps_and_cli) and

```Clojure
{:deps
{datalevin/datalevin {:mvn/version "0.4.7"}}}
{datalevin/datalevin {:mvn/version "0.4.8"}}}
```

If you use [Leiningen](https://leiningen.org/) build tool, add this to the
`:dependencies` section of your `project.clj` file:

```Clojure
[datalevin "0.4.7"]
[datalevin "0.4.8"]
```

### Native image and command line tool
Expand Down Expand Up @@ -342,7 +342,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.4.7
Version: 0.4.8

## License

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def version "0.4.7")
(def version "0.4.8")

(defproject datalevin version
:description "A simple, fast and durable Datalog database"
Expand Down

0 comments on commit 4a0d1f7

Please sign in to comment.