1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-05-27 23:08:02 +02:00

Merge pull request #2 from jesseduffield/master

Updated to latest master
This commit is contained in:
Mark Kopenga 2018-08-14 15:10:59 +02:00 committed by GitHub
commit 8e22d569a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v0.1.58
v0.1.59

View File

@ -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{