fix: update ReleaseVersion to v2.1.7
Kim committed
Apr 23, 2026 at 20:27 UTC
3d3781aa97174a4f2171f6d4bc3d49cbb0a0eafe
1 file changed
+1
-1
types/types.go
+1
-1
@@ -1,7 +1,7 @@
1
package types
2
3
const (
4
- ReleaseVersion = "v2.1.6"
4
+ ReleaseVersion = "v2.1.7"
5
SDKVersion = "6"
6
DiscoveryVersion = "7"
7
PortalRelayRegistryURL = "https://raw.githubusercontent.com/gosuda/portal-tunnel/main/registry.json"