Skip to content

Commit 83a5236

Browse files
author
Roman Rudakov
committed
Bump version
1 parent ea46f84 commit 83a5236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(:require [clojure.tools.build.api :as b]))
33

44
(def lib 'io.github.rrudakov/education-api)
5-
(def version (format "1.6.%s" (b/git-count-revs nil)))
5+
(def version (format "1.7.%s" (b/git-count-revs nil)))
66
(def class-dir "target/classes")
77
(def basis (b/create-basis {:project "deps.edn"}))
88
(def uber-file "target/education-api-standalone.jar")

0 commit comments

Comments
 (0)