From 275b726173946de186d866a831ff90334139e1a2 Mon Sep 17 00:00:00 2001 From: Peter Kraft Date: Fri, 8 Dec 2023 09:53:30 -0800 Subject: [PATCH] Set version to '0.7' --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index a8c3a6102..77c97bf63 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": "0.7-preview", + "version": "0.7", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/release/v\\d+(?:\\.\\d+)?$"