Skip to content

Commit ac858f5

Browse files
authored
Change OTEL version in agent manifest to 0.11.0 (#149)
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 0a55d41 commit ac858f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

javaagent/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ tasks {
7272
attributes.put("Implementation-Title", "javaagent")
7373
attributes.put("Implementation-Version", project.version)
7474
// TODO set version from a property
75-
attributes.put("OpenTelemetry-Instrumentation-Version", "0.10.0")
75+
attributes.put("OpenTelemetry-Instrumentation-Version", "0.11.0")
7676
attributes.put("Implementation-Vendor", "Hypertrace.org")
77-
// TODO set to Github repository URL
7877
attributes.put("Implementation-Url", "https://github.com/hypertrace/javaagent")
7978
attributes.put("Main-Class", "io.opentelemetry.javaagent.OpenTelemetryAgent")
8079
attributes.put("Agent-Class", "org.hypertrace.agent.instrument.HypertraceAgent")

0 commit comments

Comments
 (0)