Skip to content

Commit d8960bd

Browse files
authored
Change version to 1.4.0
1 parent d2a85bf commit d8960bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,6 @@ func getMaxSize(mcMax, doptMax *int, defaultVal int) *int {
528528
const SupportPackageIsVersion4 = true
529529

530530
// Version is the current grpc version.
531-
const Version = "1.4.0-dev"
531+
const Version = "1.4.0"
532532

533533
const grpcUA = "grpc-go/" + Version

0 commit comments

Comments
 (0)