mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 09:16:40 +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:
6
version/url_linux.go
Normal file
6
version/url_linux.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package version
|
||||
|
||||
// DownloadUrl return with the proper download link
|
||||
func DownloadUrl() string {
|
||||
return downloadURL
|
||||
}
|
||||
Reference in New Issue
Block a user