From e4550178a4b404a2e715db4d0b41c440cfb1a020 Mon Sep 17 00:00:00 2001 From: tombowditch Date: Wed, 21 Feb 2018 21:56:12 +0000 Subject: [PATCH] version bump --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2489a9e..927426e 100644 --- a/main.go +++ b/main.go @@ -138,7 +138,7 @@ func buildChannels(usedTracks []m3u.Track, filterRegex *regexp.Regexp) []LineupI } func main() { - tellyVersion := "v0.4" + tellyVersion := "v0.4.1" log("info", "booting telly "+tellyVersion) usedTracks := make([]m3u.Track, 0)