From c3eef68be6eec67ab90a82c8eb4100e1641cba53 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Wed, 27 Jan 2021 11:07:34 -0700 Subject: [PATCH] Set version to '16.10-alpha' --- version.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.json b/version.json index 9a9c3a3e0..5324efd5d 100644 --- a/version.json +++ b/version.json @@ -1,8 +1,8 @@ { - "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "16.9", + "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", + "version": "16.10-alpha", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ] -} +} \ No newline at end of file