Skip to content

Commit a377321

Browse files
authored
Address review feedback
1 parent 606c9cf commit a377321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/google/showcase/v1beta1/echo.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ service Echo {
4444
// for "show").
4545
option (google.api.default_host) = "localhost:7469";
4646
// See https://github.com/aip-dev/google.aip.dev/pull/1331
47-
option (google.api.api_version) = "moose";
47+
option (google.api.api_version) = "v1_20240408";
4848

4949
// This method simply echoes the request. This method showcases unary RPCs.
5050
rpc Echo(EchoRequest) returns (EchoResponse) {

0 commit comments

Comments
 (0)