From c343881f725a78fca52c6b0e4ed57a87ef020185 Mon Sep 17 00:00:00 2001 From: Joe Tsai Date: Wed, 26 Feb 2020 11:26:04 -0800 Subject: [PATCH] CONTRIBUTING.md: swap revision with version The use of "revision" makes no sense for the first version since it wasn't "revised" from anything. Nothing existed prior. Change-Id: Ie82a03a3786e0ce7261a89032d2d3ebb12dcf4c0 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/221025 Reviewed-by: Damien Neil --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 55e070108e..83971cbbfe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Go protocol buffers is an open source project and accepts contributions. -This project is the first major revision of Go protobufs, +This project is the first major version of Go protobufs, while the next major revision of this project is located at [protocolbuffers/protobuf-go](https://github.com/protocolbuffers/protobuf-go). Most new development effort is focused on the latter project,