From 5b84a3cd5372b47414d2e5711c0a018c64094c55 Mon Sep 17 00:00:00 2001 From: Kyle Brandt Date: Thu, 14 Nov 2019 16:21:09 -0500 Subject: [PATCH] chore: fix "testing" version is latest.json (#20398) earlier commit has typo --- latest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest.json b/latest.json index ab54ad86d5c..4b3d331b9ce 100644 --- a/latest.json +++ b/latest.json @@ -1,4 +1,4 @@ { "stable": "6.4.4", - "testing": "6.4.0-beta1" + "testing": "6.5.0-beta1" }