Skip to content

Commit

Permalink
~v3.75.0 (YYYY-MM-DD)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Dec 5, 2023
1 parent eeb544d commit afdf592
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.74.0"
(defproject com.taoensso/encore "3.75.0-SNAPSHOT"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Core utils library for Clojure/Script"
:url "https://github.com/taoensso/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 @@ -123,7 +123,7 @@
name-with-attrs deprecated new-object defalias throws throws?
identical-kw? satisfies? satisfies! instance!]])))

(def encore-version [3 74 0])
(def encore-version [3 75 0])

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

0 comments on commit afdf592

Please sign in to comment.