From 152a16adafef36b7c1e56faf823a6261009cc111 Mon Sep 17 00:00:00 2001 From: Oliver Rivett-Carnac Date: Mon, 1 Jul 2024 12:08:46 +0200 Subject: [PATCH] Set version to '2.0' --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 891806a..e10a95b 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": "2.0-alpha", + "version": "2.0", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/v\\d+(?:\\.\\d+)?$"