Skip to content

Commit d93b92f

Browse files
author
CircleCI
committed
1.0.37 → 1.0.38. Changes: 4bcb4f5 fix git java tracer version (#46)
373cdfb Add Java 11 support [skip ci] 4abf96a Update readme [ci skip]
1 parent 4bcb4f5 commit d93b92f

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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.37
2+
current_version = 1.0.38
33
commit = True
44
tag = True
55

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Version](https://img.shields.io/badge/version-1.0.37-green.svg)
1+
![Version](https://img.shields.io/badge/version-1.0.38-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

@@ -20,13 +20,13 @@ Include lumigo java tracer dependency, for [Maven](https://maven.apache.org) pro
2020
<dependency>
2121
<groupId>io.lumigo</groupId>
2222
<artifactId>java-tracer</artifactId>
23-
<version>1.0.37</version>
23+
<version>1.0.38</version>
2424
</dependency>
2525

2626
<dependency>
2727
<groupId>io.lumigo</groupId>
2828
<artifactId>lumigo-agent</artifactId>
29-
<version>1.0.37</version>
29+
<version>1.0.38</version>
3030
</dependency>
3131
```
3232
Find the latest version here (the format of the version will be n.n.n):

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.37</version>
15+
<version>1.0.38</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.37</tag>
25+
<tag>1.0.38</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.37</version>
9+
<version>1.0.38</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.37</tag>
20+
<tag>1.0.38</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.37";
87+
return "1.0.38";
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.37
1+
version=1.0.38

0 commit comments

Comments
 (0)