Just a heads up that if you build locally, the ver...
# kotest-contributors
s
Just a heads up that if you build locally, the version string will now be
6-LOCAL
not
6.x.y-LOCAL
👍🏼 1
a
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
It's only when used locally
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
If you mean will that break using the android plugin locally, yeah, I'll update that to look for 614 OR local
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
👍 1
a
Magic