Skip to content

Commit b15215f

Browse files
authored
Change version to 1.4.2
1 parent 987e313 commit b15215f

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.2-dev"
531+
const Version = "1.4.2"
532532

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

0 commit comments

Comments
 (0)