Skip to content

Commit

Permalink
Bump version to 0.15.0-beta-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
phronmophobic committed Sep 5, 2024
1 parent f2d9793 commit f63681e
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 @@ -5,7 +5,7 @@
[clojure.string :as str]))

(def lib 'com.phronemophobic/membrane)
(def version "0.14.4-beta")
(def version "0.15.0-beta-SNAPSHOT")
(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 f63681e

Please sign in to comment.