File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
java/io/lumigo/core/configuration Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0.36
2+ current_version = 1.0.37
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff 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 () {
Original file line number Diff line number Diff line change 1- version=1.0.36
1+ version=1.0.37
You can’t perform that action at this time.
0 commit comments