From 845b7920b382998813a25e75fa378e4c7b864d37 Mon Sep 17 00:00:00 2001 From: DiCanio Date: Wed, 16 Oct 2019 17:36:13 +0200 Subject: [PATCH] Set Project Version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 1ee0cd9..b0f627f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject datomic-tx-metrics "0.1.0-SNAPSHOT" +(defproject datomic-tx-metrics "0.1.0" :description "Containing a callback handler for collecting Datomic Transactor + JVM metrics for consumption (e.g. by Prometheus) using a web endpoint offered by the included web server." :dependencies [[aleph "0.4.6"]