Version Number Environment Variable

Thanks Viktor. In the Set Xcode Project Build Number Set (image attached) if we add an offset to the Bitrise Build Number, does that change the $BITRISE_BUILD_NUMBER for future use? Basically our last step is to add a git tag but we want the tag to include the correct build number. Ofcourse with the offset in the previous step, it may not be accurate.

For now, I have added the step Xcode Project Info again before the git_tag step so it gets the updated value.

โ€™

PS: I can post this as a separate question if you think its helpful.