Skip to content

Commit

Permalink
v3.108.0 (2025-05-06)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed May 6, 2024
1 parent ee15312 commit f4ca58d
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.107.0"
(defproject com.taoensso/encore "3.108.0"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Core utils library for Clojure/Script"
:url "https://www.taoensso.com/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 @@ -119,7 +119,7 @@
identical-kw? satisfies? satisfies! instance! use-transient?
with-default-print-opts typed-val]])))

(def encore-version [3 107 0])
(def encore-version [3 108 0])

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

0 comments on commit f4ca58d

Please sign in to comment.