If anyone else noticed...
The hash string and the version string have been flipped in the binary file.
Normally repositioning such entries would not be an issue, except that version was moved from first to the second string in the spine binary export file.
Which means that all old exported binary files no long load, and the there is no clean way to check the version to correctly load.
I have hacked around this by inspecting the first string to check if it looks like the version and then either push it to the hash string or load the hash string so that I can still load old binary spine file exports.
In short... Can we please not randomly change exported binary code so that the version info is repositioned like this in the future?
Tim :bang: