chore: fix "testing" version is latest.json (#20398)

earlier commit has typo
This commit is contained in:
Kyle Brandt
2019-11-14 16:21:09 -05:00
committed by GitHub
parent da1df02813
commit 5b84a3cd53

View File

@@ -1,4 +1,4 @@
{
"stable": "6.4.4",
"testing": "6.4.0-beta1"
"testing": "6.5.0-beta1"
}