Tagged Questions

5
votes
6answers
2k views

How to display latest revision in a file?

I'm wondering how do you deal with displaying release revision number when pushing live new versions of your app? You can use $Rev$ in a file to get latest revision, but only after you update the ...