Skip to content

Commit

Permalink
Prepare for 1.2-alpha-4
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Dec 9, 2022
1 parent 39720b5 commit f5f08b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[net.lewisship.build :as b]))

(def lib 'com.walmartlabs/lacinia)
(def version "1.2-alpha-3")
(def version "1.2-alpha-4")

(def jar-params {:project-name lib
:version version})
Expand All @@ -35,8 +35,7 @@
(defn deploy
[_params]
(clean nil)
(jar nil)
(b/deploy-jar jar-params))
(b/deploy-jar (jar nil)))

(defn codox
[_params]
Expand Down

0 comments on commit f5f08b4

Please sign in to comment.