diff --git a/kert-grpc-compiler/src/main/go/generator/templates/service.go b/kert-grpc-compiler/src/main/go/generator/templates/service.go index a2daf51..22f4999 100644 --- a/kert-grpc-compiler/src/main/go/generator/templates/service.go +++ b/kert-grpc-compiler/src/main/go/generator/templates/service.go @@ -25,7 +25,7 @@ import ws.leap.kert.grpc.GrpcUtils * */}} @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}}"