Read Native App Version

What javascript code should I use to read the App Version in a Native App that uses Voltbuilder?

Thank you,
Warren

The constant AppVersion should hold the version number in your Project Properties.

Here’s a list of all the constants:
https://wiki.appstudio.dev/Appendix

Thank you!!!