From c0c7ee9a3550cb1d8835baf39763f5cf613a19e3 Mon Sep 17 00:00:00 2001 From: deannagarcia <69992229+deannagarcia@users.noreply.github.com> Date: Fri, 9 Sep 2022 15:08:43 -0700 Subject: [PATCH] Update version.json Add major version prefix to match branch name. --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index a08fcfb8967f..af579e95ccd1 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "16.x": { + "3.16.x": { "protoc_version": "16.2-dev", "lts": false, "date": "2022-01-05",