From d310e1a1cfa54a6ff30c66e4f62be2c5c0b25875 Mon Sep 17 00:00:00 2001 From: Richard Murillo Date: Sun, 20 Oct 2024 15:55:11 -0700 Subject: [PATCH] Set version to '0.2.0' --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index b5671660..dd002c53 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.2.0-alpha", + "version": "0.2.0", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/v\\d+(?:\\.\\d+)?$", @@ -12,4 +12,4 @@ "enabled": true } } -} +} \ No newline at end of file