Hi Chris Keeser,
I don't know where you get the kboot1.3.0, as I know, we just have kboot1.2.0 and kboot2.0.
K22Fx512xxx12 chip don't have the ROM bootloader, so it uses the flash bootloader.
Normally, customer can read the bootloader version with blhost get-property command:

but if you want to read the bootloader version in the app directly, you can define the kboot version in the specific flash address.
you can find the version in the target_config

If you want to read the bootloader reversion, please define the _target_version_constants in the specific flash address, then you can read that flash address to get the reversion directly in your app code.
Wish it helps you!
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------