Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranshila committed Jun 4, 2023
1 parent 89d7557 commit b51c145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

(def scm-url "git@github.com:kiranshila/cybermonday.git")
(def lib 'com.kiranshila/cybermonday)
(def version (format "0.5.%s" (b/git-count-revs nil)))
(def version (format "0.6.%s" (b/git-count-revs nil)))
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
(def jar-file (format "target/%s-%s.jar" (name lib) version))
Expand Down

0 comments on commit b51c145

Please sign in to comment.