From d05e209e72f939bda83ea0f5fcb13b5136c92ed1 Mon Sep 17 00:00:00 2001 From: jchassaing Date: Fri, 18 Oct 2024 19:03:19 +0200 Subject: [PATCH] Set version to '1.2-v1.2' --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 08714e7..8f4be41 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": "1.2-alpha", + "version": "1.2-v1.2", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/v\\d+(?:\\.\\d+)?$",