Skip to content

Commit c010ded

Browse files
committed
Bump version
1 parent 05722a6 commit c010ded

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ So, add these to your project.clj dependencies:
2626

2727
```clojure
2828
[co.elastic.apm/apm-agent-api "AGENT_VERSION"]
29-
[clojure-elastic-apm "0.13.0"]
29+
[clojure-elastic-apm "0.13.1"]
3030
```
3131

3232
Note, in the agent configuration, the `elastic.apm.application_packages` option should be the top level namespace in your

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clojure-elastic-apm "0.13.0"
1+
(defproject clojure-elastic-apm "0.13.1"
22
:description "Clojure wrapper for Elastic APM Java Agent"
33
:url "https://github.com/Yleisradio/clojure-elastic-apm"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)