Skip to content

Commit

Permalink
Fix double versioning (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
crisptrutski authored Aug 6, 2024
1 parent 4c88283 commit 3b0d3ed
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 @@ -28,7 +28,7 @@

(defn commit-number []
(if (= "master" (sh "git" "rev-parse" "--abbrev-ref" "HEAD"))
(str major-minor-version "." (commits-since-version-changed))
(commits-since-version-changed)
"9999-SNAPSHOT"))

(def sha
Expand Down

0 comments on commit 3b0d3ed

Please sign in to comment.