mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-15 01:34:26 +02:00
send version number through app
This commit is contained in:
@ -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{
|
||||
|
Reference in New Issue
Block a user