main
toml 10 lines 263 Bytes
Raw
1 # Build-time manifest, embedded into the binary via go:embed.
2 # Bump protocol versions only when wire-level behavior changes.
3
4 [release]
5 version = "v2.3.2"
6 base_url = "https://github.com/gosuda/portal-tunnel/releases"
7
8 [protocol]
9 tunnel = "8"
10 discovery = "8"