Skip to content

Commit

Permalink
add version in file
Browse files Browse the repository at this point in the history
  • Loading branch information
tombowditch committed Feb 21, 2018
1 parent 74d8256 commit 2c42c44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ func buildChannels(usedTracks []m3u.Track, filterRegex *regexp.Regexp) []LineupI
}

func main() {
tellyVersion := "v0.4"
log("info", "booting telly "+tellyVersion)
usedTracks := make([]m3u.Track, 0)

// TODO: remove m3uFileOld
Expand Down

0 comments on commit 2c42c44

Please sign in to comment.