From 418092ec6c65cc9e28106d7219a26c33b5b7f8ca Mon Sep 17 00:00:00 2001 From: Chris Pulman Date: Sun, 6 Oct 2024 20:49:25 +0100 Subject: [PATCH] Housekeeping Update Version for release --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 4acec1c69..7202c62d0 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "7.2.1", + "version": "7.3.0", "publicReleaseRefSpec": [ "^refs/heads/main$", // we release out of main "^refs/heads/rel/v\\d+\\.\\d+" // we also release branches starting with vN.N