From 1b27e577c9639bdb3b19334745c6498285273817 Mon Sep 17 00:00:00 2001 From: Richard Murillo Date: Tue, 24 Dec 2024 18:46:03 -0800 Subject: [PATCH] Update version.json to 1.0.0 alpha (#303) Move to v1.0.0 in preparation for new stable release --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index f6fd378..fe038b8 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.4.0-alpha", + "version": "1.0.0-alpha", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/v\\d+(?:\\.\\d+)?$", @@ -12,4 +12,4 @@ "enabled": true } } -} \ No newline at end of file +}