package nex // NEXVersion represents a NEX library version type NEXVersion struct { Major int Minor int Patch int GameSpecificPatch string }