update the protoc version to 3.12.3 in readme.md (#7931)

Signed-off-by: Luke Chen <showuon@gmail.com>
This commit is contained in:
Luke Chen 2020-09-14 16:08:27 +08:00 committed by GitHub
parent ed2a483beb
commit 7de6046d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.