From 76969b3c7f20ce10ff0a11944a6b9b42b7c9cf22 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Wed, 26 May 2021 13:12:49 +0100 Subject: [PATCH] increment version number --- podCatch/podcatch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podCatch/podcatch.go b/podCatch/podcatch.go index 947d2d1..ecc5817 100644 --- a/podCatch/podcatch.go +++ b/podCatch/podcatch.go @@ -14,7 +14,7 @@ import ( id3 "github.com/mikkyang/id3-go" v2 "github.com/mikkyang/id3-go/v2" ) -var Version string = "0.1" +var Version string = "0.4" var Settings Settings var Podcasts map[string]Podcast = make(map[string]Podcast) var donefile string