tracks/config/initializers/tracks.rb
2019-12-18 09:49:57 -06:00

8 lines
263 B
Ruby

# typed: true
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