Skip to content

Commit

Permalink
v3.9.0 2020-10-20
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 20, 2020
1 parent 34e9d3c commit bba7981
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**[CHANGELOG][]** | [API][] | current [Break Version][]:

```clojure
[com.taoensso/encore "3.8.1"] ; Needs Clojure 1.7+
[com.taoensso/encore "3.9.0"] ; Needs Clojure 1.7+
[com.taoensso/encore "2.127.0"] ; Needs Clojure 1.5+
```

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/encore "3.8.1"
(defproject com.taoensso/encore "3.9.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.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
cond! catching -if-cas! now-dt* now-udt* now-nano* min* max* -gc-now?
name-with-attrs deprecated new-object defalias -thrown]])))

(def encore-version [3 8 1])
(def encore-version [3 9 0])

(comment "∴ ∵ ℕ ℤ ℝ ∞ ≠ ∈ ∉ ⇒⇔ → × ⊃⊂ ⊇⊆ ≡ ¬ ∀ ∃ ∝"
(set! *unchecked-math* :warn-on-boxed)
Expand Down

0 comments on commit bba7981

Please sign in to comment.