From 45cbd21aad4b6fab15f728caf58594aea98cf0ac Mon Sep 17 00:00:00 2001 From: Qian Li Date: Mon, 5 Aug 2024 12:45:20 -0700 Subject: [PATCH] Set version to '1.19' --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 31b980726..0f2e7ef93 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.19-preview", + "version": "1.19", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/release/v\\d+(?:\\.\\d+)?$"