Skip to content

Commit

Permalink
Post v2.2.0 Release Activities (#72)
Browse files Browse the repository at this point in the history
* update README to reflect newly released version

* update version
  • Loading branch information
deleonenriqueta authored Sep 25, 2024
1 parent aae9722 commit 5e59614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 5e59614

Please sign in to comment.