aboutsummaryrefslogtreecommitdiff
path: root/pkg/version/version.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/version/version.go')
-rw-r--r--pkg/version/version.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkg/version/version.go b/pkg/version/version.go
index eabf583..e8c5f12 100644
--- a/pkg/version/version.go
+++ b/pkg/version/version.go
@@ -3,8 +3,7 @@ package version
// this is set by the linker during build
var (
version = "devel"
- commit = ""
-
+ commit = ""
)
// Version returns the current feed2imap-go version
@@ -15,4 +14,4 @@ func Version() string {
// FullVersion returns the version including the commit hash
func FullVersion() string {
return "Version " + version + " Commit: " + commit
-} \ No newline at end of file
+}