Skip to content

Commit

Permalink
Merge pull request #11 from janetacarr/benchmarking
Browse files Browse the repository at this point in the history
Benchmarking
  • Loading branch information
janetacarr authored Jan 15, 2024
2 parents bd0a9c2 + 7385a7f commit 12f3801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 'com.janetacarr/quadtree-cljc)
(def version (format "0.1.%s" (b/git-count-revs nil)))
(def version "0.1.2")
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
(def jar-file (format "target/%s-%s-standalone.jar" (name lib) version))
Expand Down

0 comments on commit 12f3801

Please sign in to comment.