Skip to content

Commit

Permalink
examples: Fix grpc version in gcp-observability
Browse files Browse the repository at this point in the history
gcp-observability was missing from RELEASING.md, so it wasn't updated
when we changed the patch release.
  • Loading branch information
ejona86 committed Apr 4, 2023
1 parent 5c09616 commit e955afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example-gcp-observability/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ targetCompatibility = 1.8

// Feel free to delete the comment at the next line. It is just for safely
// updating the version in our release process.
def grpcVersion = '1.54.0-SNAPSHOT' // CURRENT_GRPC_VERSION
def grpcVersion = '1.54.1-SNAPSHOT' // CURRENT_GRPC_VERSION
def protocVersion = '3.21.7'

dependencies {
Expand Down

0 comments on commit e955afe

Please sign in to comment.