From 6a3f8eefa5b8746f1e70b15cdcca4a437e3942b8 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 14 Aug 2018 19:22:29 +1000 Subject: [PATCH 1/2] 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{ From 652237d48fabc401d795e9703c12fd37e2ec478e Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 14 Aug 2018 19:23:05 +1000 Subject: [PATCH 2/2] bump version to v0.1.59 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index bcb7cc884..21d9c94d5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.58 \ No newline at end of file +v0.1.59 \ No newline at end of file