App Version Expression/Function

I’vre used this before in Apps to get similar data but I dont believe you can get the version number. Why do you want it?

CONCATENATE(
"AppName: ", 
CONTEXT("AppName"),
" Device:",
CONTEXT("Device"),
" Host:",
CONTEXT("Host")
)