Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Below are a list of the collected exception attributes:
You can add the dependency by adding the following to your `build.gradle` file:
```
dependencies {
implementation "com.newrelic.opentracing:java-aws-lambda:2.1.1"
implementation "com.newrelic.opentracing:java-aws-lambda:2.2.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group = com.newrelic.opentracing
version = 2.2.0
version = 2.3.0
Loading