Skip to content

Commit

Permalink
Release 0.2.20 (#498)
Browse files Browse the repository at this point in the history
Release 0.2.20.
  • Loading branch information
tengstrand authored Jul 15, 2024
1 parent 11c7ebd commit 73da9a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
(def major 0)
(def minor 2)
(def patch 20)
(def revision SNAPSHOT) ;; Set to SNAPSHOT or RELEASE.
(def snapshot 36) ;; Increase by one for every snapshot release, or set to 0 if a release.
(def revision RELEASE) ;; Set to SNAPSHOT or RELEASE.
(def snapshot 0) ;; Increase by one for every snapshot release, or set to 0 if a release.
;; Also update :snapshot-version: at the top of readme.adoc.
(def snapshot? (= SNAPSHOT revision))

Expand Down
10 changes: 5 additions & 5 deletions readme.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
image::doc/images/logo.png[width=400]
:snapshot-version: 36
:snapshot-version: 0
:cljdoc-doc-url: https://cljdoc.org/d/polylith/clj-poly/CURRENT/doc

https://cljdoc.org/d/polylith/clj-poly/0.2.19/doc/readme[image:https://badgen.net/badge/doc/0.2.19/blue[]]
ifdef::env-cljdoc[]
https://cljdoc.org/d/polylith/clj-poly/0.2.20-SNAPSHOT[image:https://badgen.net/badge/doc/0.2.20-SNAPSHOT%20%23{snapshot-version}/cyan[]]
endif::[]
https://cljdoc.org/d/polylith/clj-poly/0.2.20/doc/readme[image:https://badgen.net/badge/doc/0.2.20/blue[]]
//ifdef::env-cljdoc[]
//https://cljdoc.org/d/polylith/clj-poly/0.2.20-SNAPSHOT[image:https://badgen.net/badge/doc/0.2.20-SNAPSHOT%20%23{snapshot-version}/cyan[]]
//endif::[]
https://clojurians.slack.com/messages/C013B7MQHJQ[image:https://badgen.net/badge/slack/join chat/green[]]

== Welcome to the wonderful world of Polylith for Clojure!
Expand Down

0 comments on commit 73da9a7

Please sign in to comment.