We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea46f84 commit 83a5236Copy full SHA for 83a5236
build.clj
@@ -2,7 +2,7 @@
2
(:require [clojure.tools.build.api :as b]))
3
4
(def lib 'io.github.rrudakov/education-api)
5
-(def version (format "1.6.%s" (b/git-count-revs nil)))
+(def version (format "1.7.%s" (b/git-count-revs nil)))
6
(def class-dir "target/classes")
7
(def basis (b/create-basis {:project "deps.edn"}))
8
(def uber-file "target/education-api-standalone.jar")
0 commit comments