From 3f95b38ded016ebf32507fc7cb6baeb2f15aef59 Mon Sep 17 00:00:00 2001 From: Arjan Singh Bal <46515553+arjan-bal@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:21:52 +0530 Subject: [PATCH] Update version to 1.67.1 (#7682) --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index f46e9f27a643..a96b6a6bff8e 100644 --- a/version.go +++ b/version.go @@ -19,4 +19,4 @@ package grpc // Version is the current grpc version. -const Version = "1.67.1-dev" +const Version = "1.67.1"