mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
6 lines
75 B
Go
6 lines
75 B
Go
|
package version
|
||
|
|
||
|
const (
|
||
|
downloadURL = "https://app.netbird.io/install"
|
||
|
)
|