Skip to content

Commit

Permalink
1.2beta1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Feb 17, 2025
1 parent fb19ed9 commit 5c31684
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.2beta1.2
- fixed build

1.2beta1.1
- fixed build

Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
(def lib 'org.scicloj/metamorph.ml)
; alternatively, use MAJOR.MINOR.COMMITS:
;; (def version (format "6.2.%s" (b/git-count-revs nil)))
(def version "1.2beta1.1")
(def version "1.2beta1.2")
(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 5c31684

Please sign in to comment.