Skip to content

Commit

Permalink
Version 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Mar 1, 2021
1 parent 0e02ceb commit 163f0f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.8"}}}
{datalevin/datalevin {:mvn/version "0.4.9"}}}
```

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

```Clojure
[datalevin "0.4.8"]
[datalevin "0.4.9"]
```

### 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.8
Version: 0.4.9

## License

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

(defproject datalevin-native version
:description "Datalevin running in GraalVM native image, and it can also run as a command line tool for Datalevin"
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.8")
(def version "0.4.9")

(defproject datalevin version
:description "A simple, fast and durable Datalog database"
Expand Down
2 changes: 1 addition & 1 deletion src/datalevin/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[java.lang RuntimeException])
(:gen-class))

(def version "0.4.8")
(def version "0.4.9")

(def version-str
(str
Expand Down

0 comments on commit 163f0f7

Please sign in to comment.