From 71812ef742217edab3f3e10f37d0cb68067dddbd Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Fri, 6 Sep 2024 09:28:08 -0600 Subject: [PATCH] Set version to '17.12' --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index 907aeb71..0a4c364c 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": "17.12-preview", + "version": "17.12", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/v\\d+(?:\\.\\d+)?$" @@ -8,4 +8,4 @@ "cloudBuild": { "setVersionVariables": false } -} +} \ No newline at end of file