netbird/version/url.go
Zoltan Papp 6d4240a5ae
Feature/update check (#1232)
Periodically fetch the latest available version, and the UI will shows a new menu for the download link. It checks both the daemon version and the UI version.
2023-10-30 10:32:48 +01:00

6 lines
75 B
Go

package version
const (
downloadURL = "https://app.netbird.io/install"
)