Skip to content

Commit

Permalink
v3.24.0 2022-07-14
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jul 14, 2022
1 parent 67c84d5 commit ecae192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.24.0-RC1"
(defproject com.taoensso/encore "3.24.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 @@ -95,7 +95,7 @@
cond! catching -if-cas! now-dt* now-udt* now-nano* min* max* -gc-now?
name-with-attrs deprecated new-object defalias]])))

(def encore-version [3 23 0])
(def encore-version [3 24 0])

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

0 comments on commit ecae192

Please sign in to comment.