Project Variable

I defined the version number within the project properties. e.g. 1.0.1
I want to recall this value within the app. Which variable can I use to call it out?

AppVersion

There is also AppBuildStamp, which gives the time and date of the build.

AppVersion is working.

Thanks