Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alandipert committed May 2, 2017
1 parent 3b9f7d2 commit 018308e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@

[](dependency)
```clojure
[hoplon "7.0.0-SNAPSHOT"] ;; latest release
[hoplon "7.0.0"] ;; latest release
```
[](/dependency)

Expand Down
2 changes: 1 addition & 1 deletion build.boot
Expand Up @@ -24,7 +24,7 @@
'[tailrecursion.boot-static :refer [serve]]
'[codox.boot :refer [codox]])

(def +version+ "7.0.0-SNAPSHOT")
(def +version+ "7.0.0")

(bootlaces! +version+)

Expand Down

0 comments on commit 018308e

Please sign in to comment.