From 0a4bfadbd882fe78cb1cca875a28c7cf529ca351 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Fri, 15 Jul 2022 17:50:49 -0700 Subject: [PATCH] Set version to '2.4' --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 6c34174a..8af33919 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.4-alpha", + "version": "2.4", "publicReleaseRefSpec": [ "^refs/heads/release/v\\d+(?:\\.\\d+)?$" ],