From 1f8c61c0e7c7e765a9aea95c797b92034c3fc088 Mon Sep 17 00:00:00 2001 From: Ke Deng <39106214+mrkdeng@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:39:39 -0800 Subject: [PATCH] Set version to 3.2-alpha (#2181) * Set version to '3.1' * Set version to '3.2-alpha' --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index 5201bca4..38251562 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "3.1-alpha", + "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", + "version": "3.2-alpha", "publicReleaseRefSpec": [ "^refs/heads/release/v\\d+(?:\\.\\d+)?$" ],