unarr/internal/cmd/version.go
Deivid Soto 61b44fe86f
Some checks failed
Release / GoReleaser (push) Failing after 1s
feat(stream): UPnP port forwarding for remote video playback
- Add UPnP discovery and automatic port mapping (like Plex Remote Access)
- Stream server binds to 0.0.0.0 and reports public IP via UPnP
- Fallback chain: UPnP public IP → Tailscale IP → LAN IP
- Clean up port mapping on shutdown
- Bump version to 0.3.0-dev
2026-03-29 23:55:10 +02:00

4 lines
120 B
Go

package cmd
// Version is the CLI version. Overridden by goreleaser ldflags at release time.
var Version = "0.3.0-dev"