From 3b328ba4d21148e7d4526e938b0b2cde611b388f Mon Sep 17 00:00:00 2001 From: Purnesh Dixit Date: Thu, 19 Dec 2024 03:30:16 +0530 Subject: [PATCH] Change version to 1.69.3-dev (#7948) --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 6cbe116f2479..9ff79da29efe 100644 --- a/version.go +++ b/version.go @@ -19,4 +19,4 @@ package grpc // Version is the current grpc version. -const Version = "1.69.2" +const Version = "1.69.3-dev"