From 3cd0a141545161d4b469dae169466bfc2b2dadf5 Mon Sep 17 00:00:00 2001 From: tombowditch Date: Sat, 3 Mar 2018 21:01:32 +0000 Subject: [PATCH] version bump --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e7ff1e5..5e24d67 100644 --- a/main.go +++ b/main.go @@ -146,7 +146,7 @@ func buildChannels(usedTracks []m3u.Track, filterRegex *regexp.Regexp) []LineupI } func main() { - tellyVersion := "v0.4.4" + tellyVersion := "v0.4.5" log("info", "booting telly "+tellyVersion) usedTracks := make([]m3u.Track, 0)