Skip to content

Commit

Permalink
Incremented to 0.3.11-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: James Turnbull <[email protected]>
  • Loading branch information
jamtur01 committed Oct 30, 2023
1 parent 96c47e4 commit 8ddd788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject riemann "0.3.10"
(defproject riemann "0.3.11-SNAPSHOT"
:description
"A network event stream processor. Intended for analytics, metrics, and alerting; and to glue various monitoring systems together."
:url "https://github.com/riemann/riemann"
Expand All @@ -9,7 +9,7 @@
:maintainer {:email "[email protected]"}
:dependencies [
[org.clojure/algo.generic "0.1.2"]
[org.clojure/clojure "1.9.0"]
[org.clojure/clojure "1.11.1"]
[org.clojure/math.numeric-tower "0.0.4"]
[org.clojure/tools.logging "1.2.1"]
[org.clojure/tools.nrepl "0.2.13"]
Expand Down

0 comments on commit 8ddd788

Please sign in to comment.