Preferably on mobile (iOS/Android) but also for PC/Mac.
Should use PlayerSettings.bundleVersion but I'm not sure if this is accessible by Playmaker and if this can be reached at runtime, inside the application, on the device (not emulator or editor).
Would it work if the script included:
using UnityEditor.Build;
using UnityEditor.Build.Reporting;
?