Skip to content

Commit

Permalink
💎 Roll version number for 2.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Sep 24, 2023
1 parent 842a5a3 commit 97cf443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbr.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
(def lib 'com.github.pmonks/lice-comb)

#_{:clj-kondo/ignore [:unresolved-namespace]}
(def version (format "2.0.%s-RC2" (b/git-count-revs nil)))
(def version (format "2.0.%s-RC3" (b/git-count-revs nil)))

(defn set-opts
[opts]
Expand Down

0 comments on commit 97cf443

Please sign in to comment.