summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorMark Kopenga <mkopenga@gmail.com>2018-08-14 15:10:59 +0200
committerGitHub <noreply@github.com>2018-08-14 15:10:59 +0200
commit8e22d569a09a3ddd3a508bf2be382f2d0f2d17af (patch)
tree61ac83bbe64171586340a397f86392a12e0d36e7 /pkg
parent4d0702fba53c895d42b48a6abdb0aa26a1bbff8e (diff)
parent652237d48fabc401d795e9703c12fd37e2ec478e (diff)
Merge pull request #2 from jesseduffield/master
Updated to latest master
Diffstat (limited to 'pkg')
-rw-r--r--pkg/gui/gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go
index bf8360f72..237f78d31 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -70,7 +70,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{