From e29c7a50db88513a87651c366088da8b7f40b1f0 Mon Sep 17 00:00:00 2001 From: Ian Griffiths Date: Fri, 19 May 2023 06:17:46 +0100 Subject: [PATCH] Remove preview tag from version.json --- Rx.NET/Source/version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rx.NET/Source/version.json b/Rx.NET/Source/version.json index 5f1d6aaa7..97c350a9f 100644 --- a/Rx.NET/Source/version.json +++ b/Rx.NET/Source/version.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-preview.{height}", + "version": "6.0.0", "publicReleaseRefSpec": [ "^refs/heads/main$", // we release out of main "^refs/heads/rel/v\\d+\\.\\d+", // we also release branches starting with rel/vN.N