Skip to content

Commit

Permalink
v3.29.0 2022-10-26
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 26, 2022
1 parent 66d4f67 commit 8e53505
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**[CHANGELOG][]** | [API][] | current [Break Version][]:

```clojure
[com.taoensso/encore "3.28.3"]
[com.taoensso/encore "3.29.0"]
```

<!-- ![build status](https://github.com/ptaoussanis/encore/workflows/build/badge.svg?branch=master) -->
Expand Down
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.28.3"
(defproject com.taoensso/encore "3.29.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 @@ -97,7 +97,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 28 3])
(def encore-version [3 29 0])

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

0 comments on commit 8e53505

Please sign in to comment.