Can you use the 'Version' under Player settings across the game?

I have a build Text UI on my Main Menu and the Same In-Game, but keep finding myself having to go through and modify each one accordingly, Can I use the ‘Version’ under Project Settings: Player in the editor and reference that to display in the Build Version UI’s? I couldnt find any results online.

155830-screenshot-46.png

How do I reference the ‘Version’ in the above image within a script, so that all my UI’s update when I modify the version here?

for example:

BuildText.text = "Current Build: "+playerSettings.Version

You mean Application.version?