Skip to content

Commit eb0a43b

Browse files
author
CircleCI
committed
1.0.35 → 1.0.36. Changes: 44839dc Rd 6097 send end span first (#42)
bacc1ed Rd 6097 send end span first (#41) 3511b3d Rd 6097 send end span first (#40) 82f64f2 Update README.md 2bff3a1 Update tools-1.7.0.13.pom c4db5a0 Update java tools repo c2b1d54 update codecov [skip ci] 53a6077 Remove e2e [skip ci]
1 parent 44839dc commit eb0a43b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.35
2+
current_version = 1.0.36
33
commit = True
44
tag = True
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Version](https://img.shields.io/badge/version-1.0.35-green.svg)
1+
![Version](https://img.shields.io/badge/version-1.0.36-green.svg)
22
[![CircleCI](https://circleci.com/gh/lumigo-io/java-tracer.svg?style=svg&circle-token=f2e3400e6e79bc31daeee1fc614ecc0a149b1905)](https://circleci.com/gh/lumigo-io/java-tracer)
33
[![codecov](https://codecov.io/gh/lumigo-io/java-tracer/branch/master/graph/badge.svg?token=D3IZ5hQwaQ)](https://codecov.io/gh/lumigo-io/java-tracer)
44

agent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</properties>
1313
<groupId>io.lumigo</groupId>
1414
<artifactId>lumigo-agent</artifactId>
15-
<version>1.0.35</version>
15+
<version>1.0.36</version>
1616

1717
<name>Lumigo java tracer agent</name>
1818
<description>The Lumigo java tracer for serverless functions</description>
@@ -22,7 +22,7 @@
2222
<url>https://github.com/lumigo-io/java-tracer</url>
2323
<connection>scm:git:https://github.com:lumigo-io/java-tracer.git</connection>
2424
<developerConnection>scm:git:https://github.com:lumigo-io/java-tracer.git</developerConnection>
25-
<tag>1.0.35</tag>
25+
<tag>1.0.36</tag>
2626
</scm>
2727

2828
<developers>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.lumigo</groupId>
88
<artifactId>java-tracer</artifactId>
9-
<version>1.0.35</version>
9+
<version>1.0.36</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Lumigo java tracer</name>
@@ -17,7 +17,7 @@
1717
<url>https://github.com/lumigo-io/java-tracer</url>
1818
<connection>scm:git:https://github.com:lumigo-io/java-tracer.git</connection>
1919
<developerConnection>scm:git:https://github.com:lumigo-io/java-tracer.git</developerConnection>
20-
<tag>1.0.35</tag>
20+
<tag>1.0.36</tag>
2121
</scm>
2222

2323
<developers>

src/main/java/io/lumigo/core/configuration/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public Level getLogLevel() {
8383
}
8484

8585
public String getLumigoTracerVersion() {
86-
return "1.0.35";
86+
return "1.0.36";
8787
}
8888

8989
public Duration getLumigoTimeout() {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.0.35
1+
version=1.0.36

0 commit comments

Comments
 (0)