From 3c410a85e6f075a9081ac11ec06dac271ed73b8a Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Thu, 25 Mar 2021 07:56:08 -0400 Subject: [PATCH] Bump to 3.4-rc --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index 59552a5e..f851fdf9 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": "3.4-alpha", + "version": "3.4-rc", "assemblyVersion": { "precision": "revision" }, @@ -9,4 +9,4 @@ "^refs/heads/develop$", "^refs/heads/v\\d+\\.\\d+$" ] -} \ No newline at end of file +}