mirror of
https://github.com/CyberL1/holesail-proxy.git
synced 2025-02-23 02:29:21 -05:00
7 lines
138 B
Go
7 lines
138 B
Go
|
package utils
|
||
|
|
||
|
var (
|
||
|
Version string
|
||
|
GithubReleaseUrl = "https://api.github.com/repos/CyberL1/holesail-proxy/releases/latest"
|
||
|
)
|