From e6c2701c365a7a91d74d7ef38a6b60075008ce94 Mon Sep 17 00:00:00 2001 From: "Michael Hawker MSFT (XAML Llama)" <24302614+michael-hawker@users.noreply.github.com> Date: Fri, 14 Jul 2023 11:11:39 -0700 Subject: [PATCH] Update version.json for 2.0.15 release --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index 8bfd57d..1cfe842 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "2.0.15-build.{height}", + "version": "2.0.15", "publicReleaseRefSpec": [ "^refs/heads/main$", // we release out of main "^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N @@ -12,4 +12,4 @@ "enabled": false } } -} \ No newline at end of file +}