From 3357346df71c7ae8b812646bf2dbdc9adf0f4d61 Mon Sep 17 00:00:00 2001 From: srawat <120587655+SwRaw@users.noreply.github.com> Date: Mon, 12 May 2025 13:15:17 +0530 Subject: [PATCH] Update install.rst --- docs/install/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/install.rst b/docs/install/install.rst index 8272586738..be4b40c0cb 100644 --- a/docs/install/install.rst +++ b/docs/install/install.rst @@ -64,7 +64,7 @@ gRPC and Protoc must be built from source as the prebuilt packages are not avail .. code-block:: shell - git clone -b v1.61.0 https://github.com/grpc/grpc --depth=1 --shallow-submodules --recurse-submodules + git clone -b v1.67.1 https://github.com/grpc/grpc --depth=1 --shallow-submodules --recurse-submodules cd grpc export GRPC_ROOT=/opt/grpc cmake -B build \