mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 08:16:39 +00:00
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.
This commit is contained in:
5
version/url.go
Normal file
5
version/url.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package version
|
||||
|
||||
const (
|
||||
downloadURL = "https://app.netbird.io/install"
|
||||
)
|
||||
Reference in New Issue
Block a user