From 11c8f1111c3f74ccc6bd4a3901f0eb447616f827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 4 May 2020 18:01:23 +0200 Subject: Build releases with goreleaser --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index b959076..4dce1b7 100644 --- a/main.go +++ b/main.go @@ -52,7 +52,7 @@ func processFeed(feed *feed.Feed, client *imap.Client, dryRun bool) { func run() error { flag.Parse() if *printVersion { - println("Feed2Imap-Go, version " + version.Version()) + println("Feed2Imap-Go, " + version.FullVersion()) return nil } -- cgit v1.2.3