Skip to content

Commit

Permalink
v3.133.0 (2024-12-31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Dec 31, 2024
1 parent b9d8b95 commit 134d532
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.132.0"
(defproject com.taoensso/encore "3.133.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 @@ -120,7 +120,7 @@
identical-kw? satisfies? satisfies! instance! use-transient?
with-default-print-opts typed-val]])))

(def encore-version [3 132 0])
(def encore-version [3 133 0])

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

0 comments on commit 134d532

Please sign in to comment.