Skip to content

Commit

Permalink
grpc-compiler: remove version in generated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodongw committed Apr 30, 2023
1 parent 7dd8f58 commit 7f19cc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import ws.leap.kert.grpc.GrpcUtils
* </pre>
*/}}
@javax.annotation.Generated(
value = ["by gRPC proto compiler (version 0.5.0)"],
value = ["by Kert gRPC proto compiler"],
comments = "Source: {{.ProtoFile}}")
object {{$s.Name}}GrpcKt {
const val SERVICE_NAME = "{{$s.ProtoName}}"
Expand Down

0 comments on commit 7f19cc2

Please sign in to comment.