Dynamically Insert Version Info From git tag to Your App
· β 5 min read
There are two options, either you put version info in code and then use that in automation to create git tag. The another way is to let git tag drive the version info in the compiled application. In this post we see the later option.