tracks/config/initializers/tracks.rb
Jyri-Petteri Paloposki ab6d51081a Version 2.4.1
2019-11-06 23:27:13 +02:00

7 lines
249 B
Ruby

tracks_version='2.4.1'
# comment out next two lines if you do not want (or can not) the date of the
# last git commit in the footer
info=`git log --pretty=format:"%ai" -1`
tracks_version=tracks_version + ' ('+info+')'
TRACKS_VERSION=tracks_version