Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
RutledgePaulV committed Jan 21, 2024
1 parent 28420c7 commit c1f2ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builds/build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(:require [clojure.tools.build.api :as b]))

(def lib 'org.clojars.rutledgepaulv/piped)
(def version "0.1.9")
(def version "0.1.10")
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
(def jar-file (format "target/piped.jar" (name lib) version))
Expand Down

0 comments on commit c1f2ca5

Please sign in to comment.