-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
latest LazyGit version is v0.41.0 but this number doesn't show with lazygit --version if the (latest) package is installed by go install.
this also wrongly triggers the internal update manager.
To Reproduce
# install lazygit via "go install"
go install github.com/jesseduffield/lazygit@latest
# check the installed version
lazygit --versionthe output is:
commit=, build date=, build source=unknown, version=unversioned, os=linux, arch=amd64, git version=2.34.1
which has no information about the version number
Expected behavior
version=0.41.0 in the output of the above commands
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working