From 7de6046d1eb8200fb1b11bd01fc7142bfd3b9a6d Mon Sep 17 00:00:00 2001 From: Luke Chen <43372967+showuon@users.noreply.github.com> Date: Mon, 14 Sep 2020 16:08:27 +0800 Subject: [PATCH] update the protoc version to 3.12.3 in readme.md (#7931) Signed-off-by: Luke Chen --- prompb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompb/README.md b/prompb/README.md index 7f2439166..8c19b17e9 100644 --- a/prompb/README.md +++ b/prompb/README.md @@ -4,6 +4,6 @@ re-compile them when building Prometheus. If however you have modified the defs and do need to re-compile, run `make proto` from the parent dir. -In order for the script to run, you'll need `protoc` (version 3.5.1) in your +In order for the script to run, you'll need `protoc` (version 3.12.3) in your PATH.