We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad7775 commit b8669c3Copy full SHA for b8669c3
1 file changed
rpc_util.go
@@ -519,6 +519,6 @@ const SupportPackageIsVersion3 = true
519
const SupportPackageIsVersion4 = true
520
521
// Version is the current grpc version.
522
-const Version = "1.5.1-dev"
+const Version = "1.5.1"
523
524
const grpcUA = "grpc-go/" + Version
0 commit comments