aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-04 18:01:23 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-04 18:01:23 +0200
commit11c8f1111c3f74ccc6bd4a3901f0eb447616f827 (patch)
treebcdfe945d7c50ee08a515a19aca9a5f3ddc5e171 /main.go
parent5a169ab960333b28e3d0d6a72fc4bfaf67a00354 (diff)
downloadfeed2imap-go-11c8f1111c3f74ccc6bd4a3901f0eb447616f827.tar.gz
feed2imap-go-11c8f1111c3f74ccc6bd4a3901f0eb447616f827.tar.bz2
feed2imap-go-11c8f1111c3f74ccc6bd4a3901f0eb447616f827.zip
Build releases with goreleaser
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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
}