mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
3 lines
162 B
Ruby
3 lines
162 B
Ruby
TRACKS_VERSION='2.7'
|
|
TRACKS_REVISION_WITH_DATE=`git log --date=format:'%Y-%m-%d' --pretty=format:"%h @ %ad" -1`
|
|
TRACKS_REVISION=`git log --pretty=format:"%h" -1`
|