Just a heads up that if you build locally, the version string will now be
6-LOCAL
not
6.x.y-LOCAL
👍🏼 1
a
Alfonso Ristorato
03/22/2026, 5:27 PM
Won't that be an issue with the plugin checkers we have, that check for version 614? iirc it's only used for android, and you're most likely the only one developing that anyway 😅
s
sam
03/22/2026, 5:27 PM
It's only when used locally
sam
03/22/2026, 5:28 PM
it was 6.2.0-LOCAL before, but I updated the builds to use the VAR in github so that we only specifiy it in one place, but since that var isn't available locally, I just had it default to 6-LOCAL
sam
03/22/2026, 5:28 PM
If you mean will that break using the android plugin locally, yeah, I'll update that to look for 614 OR local
sam
03/22/2026, 5:31 PM
actually, that'll break the version parser, I'll just change it to 6.99.99 then we know that's the local build always, and it'll never need to be bumped until 7.x