From 3155066ed54ba81e0b8c1e34399c8507130dd442 Mon Sep 17 00:00:00 2001 From: Mikayla Hutchinson Date: Tue, 3 Sep 2024 17:54:03 -0400 Subject: [PATCH] Set version to '3.1.0-preview.{height}' --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index 2afa9c0..5e9c544 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.0.0-preview.{height}", + "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", + "version": "3.1.0-preview.{height}", "publicReleaseRefSpec": [ "^refs/tags/v\\d+\\.\\d+$", "^refs/tags/v\\d+\\.\\d+\\.\\d+$"