This will set the CFBundleVersion to the specified string.
Supports all macros from the Token Macro Plugin.
For example the value ${BUILD_NUMBER} will be replaced with the current build number.
We advice you to generate a unique value for each build if you want for example deploy it into a private store.
In that case you can use for example : ${ENV,var="JOB_NAME"}-${BUILD_NUMBER}