From fec2cf34992ad476a1962c48c601a927285d9e87 Mon Sep 17 00:00:00 2001 From: Glenn <5834289+glennawatson@users.noreply.github.com> Date: Thu, 13 Apr 2023 11:02:41 +1000 Subject: [PATCH] Update version.json --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 76e6f9015..cc5d06e3f 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "6.4", + "version": "6.5", "publicReleaseRefSpec": [ "^refs/heads/main$", // we release out of main "^refs/heads/rel/v\\d+\\.\\d+" // we also release branches starting with vN.N