1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-13 00:07:59 +02:00

send version number through app

This commit is contained in:
Jesse Duffield 2018-08-14 19:22:29 +10:00
parent 8cc8c4c228
commit 6a3f8eefa5

View File

@ -68,7 +68,7 @@ func NewGui(log *logrus.Logger, gitCommand *commands.GitCommand, oSCommand *comm
Conflicts: make([]commands.Conflict, 0), Conflicts: make([]commands.Conflict, 0),
EditHistory: stack.New(), EditHistory: stack.New(),
Platform: *oSCommand.Platform, Platform: *oSCommand.Platform,
Version: "test version", // TODO: send version in Version: version,
} }
return &Gui{ return &Gui{