summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--pkg/gui/gui.go2
2 files changed, 2 insertions, 2 deletions
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
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{