We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a85bf commit d8960bdCopy full SHA for d8960bd
1 file changed
rpc_util.go
@@ -528,6 +528,6 @@ func getMaxSize(mcMax, doptMax *int, defaultVal int) *int {
528
const SupportPackageIsVersion4 = true
529
530
// Version is the current grpc version.
531
-const Version = "1.4.0-dev"
+const Version = "1.4.0"
532
533
const grpcUA = "grpc-go/" + Version
0 commit comments