Skip to content

Commit

Permalink
v2.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Apr 15, 2017
1 parent 6a377f8 commit c039382
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@
**[CHANGELOG]** | [API] | current [Break Version]:

```clojure
[com.taoensso/encore "2.90.1"] ; Stable
[com.taoensso/encore "2.91.0"] ; Stable
```

> Please consider helping to [support my continued open-source Clojure/Script work]?
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.taoensso/encore "2.90.1"
(defproject com.taoensso/encore "2.91.0"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Core utils library for Clojure/Script"
:url "https://github.com/ptaoussanis/encore"
Expand Down
2 changes: 1 addition & 1 deletion src/taoensso/encore.cljx
Expand Up @@ -86,7 +86,7 @@
cond! catching -cas! now-dt* now-udt* now-nano* -gc-now?
name-with-attrs -vol! -vol-reset! -vol-swap! deprecated new-object]]))

(def encore-version [2 90 1])
(def encore-version [2 91 0])

(comment "ℕ ℤ ℝ ∞ ≠ ∈ ∉"
(set! *unchecked-math* :warn-on-boxed)
Expand Down

0 comments on commit c039382

Please sign in to comment.