feat(daemon): auto-apply upgrades when server signals (0.9.6)
OnUpgrade now downloads + replaces the binary and exits in a background goroutine; the service supervisor (systemd Restart=always) respawns on the new version. Removes the "run unarr update" manual step after pressing the web's Force update button.
This commit is contained in:
parent
88316e7017
commit
834c58c25a
3 changed files with 50 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package cmd
|
||||
|
||||
// Version is the CLI version. Overridden by goreleaser ldflags at release time.
|
||||
var Version = "0.9.5"
|
||||
var Version = "0.9.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue