Skip to content

Commit 6368e13

Browse files
author
CircleCI
committed
1.0.36 → 1.0.37. Changes: bb4fae3 RD-6165-change-max-size-java (#44)
1 parent bb4fae3 commit 6368e13

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.36
2+
current_version = 1.0.37
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.36-green.svg)
1+
![Version](https://img.shields.io/badge/version-1.0.37-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.36</version>
15+
<version>1.0.37</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.36</tag>
25+
<tag>1.0.37</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.36</version>
9+
<version>1.0.37</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.36</tag>
20+
<tag>1.0.37</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
@@ -84,7 +84,7 @@ public Level getLogLevel() {
8484
}
8585

8686
public String getLumigoTracerVersion() {
87-
return "1.0.36";
87+
return "1.0.37";
8888
}
8989

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

0 commit comments

Comments
 (0)