do shell script "osascript -e 'version of application "Application"'"
Something to this affect should work. You need to tweak the quotation marks obviously. Replace "Application" with the app you want to find the version.
do shell script "osascript -e 'version of application "Application"'"
Something to this affect should work. You need to tweak the quotation marks obviously. Replace "Application" with the app you want to find the version.