diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-04 18:01:23 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-04 18:01:23 +0200 |
commit | 11c8f1111c3f74ccc6bd4a3901f0eb447616f827 (patch) | |
tree | bcdfe945d7c50ee08a515a19aca9a5f3ddc5e171 /main.go | |
parent | 5a169ab960333b28e3d0d6a72fc4bfaf67a00354 (diff) | |
download | feed2imap-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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |