fixup rpc CloseSend method

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-05-11 10:36:39 +03:00
parent 1bdd68d6ea
commit 25ad4ed647
2 changed files with 2 additions and 2 deletions

View File

@@ -21,5 +21,5 @@ var (
grpcPackage = protogen.GoImportPath("google.golang.org/grpc")
timePackage = protogen.GoImportPath("time")
deprecationComment = "// Deprecated: Do not use."
versionComment = "v3.10.2"
versionComment = "v3.10.3"
)