Skip to content

Commit

Permalink
v3.122.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Sep 25, 2024
1 parent b9036dc commit 06898f0
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.121.0"
(defproject com.taoensso/encore "3.122.0-SNAPSHOT"
: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 121 0])
(def encore-version [3 122 0])

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

0 comments on commit 06898f0

Please sign in to comment.