aboutsummaryrefslogtreecommitdiffstats
path: root/aerc.go
diff options
context:
space:
mode:
Diffstat (limited to 'aerc.go')
-rw-r--r--aerc.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/aerc.go b/aerc.go
index 36dcde0e..b288084a 100644
--- a/aerc.go
+++ b/aerc.go
@@ -96,8 +96,10 @@ func getCompletions(aerc *widgets.Aerc, cmd string) []string {
}
// set at build time
-var Version string
-var Flags string
+var (
+ Version string
+ Flags string
+)
func buildInfo() string {
info := Version