From dba26e15a07f43875ccf806a2dd6cbcbc1c12eab Mon Sep 17 00:00:00 2001 From: Arvind Bright Date: Tue, 7 Feb 2023 13:59:18 -0800 Subject: [PATCH] Change version to 1.53.0 (#5983) --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 39c349fcbcd..fe552c315be 100644 --- a/version.go +++ b/version.go @@ -19,4 +19,4 @@ package grpc // Version is the current grpc version. -const Version = "1.53.0-dev" +const Version = "1.53.0"