From 6a3f8eefa5b8746f1e70b15cdcca4a437e3942b8 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 14 Aug 2018 19:22:29 +1000 Subject: [PATCH] send version number through app --- pkg/gui/gui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go index 7fd396f05..3b7876ede 100644 --- a/pkg/gui/gui.go +++ b/pkg/gui/gui.go @@ -68,7 +68,7 @@ func NewGui(log *logrus.Logger, gitCommand *commands.GitCommand, oSCommand *comm Conflicts: make([]commands.Conflict, 0), EditHistory: stack.New(), Platform: *oSCommand.Platform, - Version: "test version", // TODO: send version in + Version: version, } return &Gui{