mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Only compute version once
This commit is contained in:
parent
ebad96b8a4
commit
4cf43ed735
8 changed files with 20 additions and 10 deletions
|
@ -32,7 +32,7 @@ Complete documentation is available at https://www.navidrome.org/docs`,
|
|||
Run: func(cmd *cobra.Command, args []string) {
|
||||
runNavidrome()
|
||||
},
|
||||
Version: consts.Version(),
|
||||
Version: consts.Version,
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue