From bcc62e9516452345a24d699aa1a1602ea3532263 Mon Sep 17 00:00:00 2001 From: Georg Jung Date: Wed, 7 Jul 2021 00:03:50 +0200 Subject: [PATCH] Set version to '1.2' --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 06ce282..5397161 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": "1.2-alpha", + "version": "1.2", "publicReleaseRefSpec": [ "^refs/heads/release/v\\d+(?:\\.\\d+)?$" ],