fix: update ReleaseVersion to v2.1.9

rabbitprincess committed May 3, 2026 at 23:20 UTC 0aa62d1f69adbfa1ac47440b5777baf20e045789
1 file changed +1 -1
types/types.go
+1 -1
@@ -1,7 +1,7 @@
1 package types
2
3 const (
4 - ReleaseVersion = "v2.1.8"
4 + ReleaseVersion = "v2.1.9"
5 SDKVersion = "6"
6 DiscoveryVersion = "7"
7 PortalRelayRegistryURL = "https://raw.githubusercontent.com/gosuda/portal-tunnel/main/registry.json"