bump release version, add registry
rabbitprincess committed
Mar 25, 2026 at 23:17 UTC
99702b6190f5238eb9ff04b2968341c2372e0df9
2 files changed
+3
-2
registry.json
+2
-1
@@ -3,6 +3,7 @@
3
"https://gosunuts.xyz/",
4
"https://portal.thumbgo.kr/",
5
"https://portal.rabbitson87.dev/",
6
- "https://s-h.day/"
6
+ "https://s-h.day/",
7
+ "https://portal.1ncursio.dev/"
8
]
9
}
\ No newline at end of file
types/types.go
+1
-1
@@ -1,7 +1,7 @@
1
package types
2
3
const (
4
- ReleaseVersion = "v2.0.6"
4
+ ReleaseVersion = "v2.0.7"
5
SDKProtocolVersion = "2"
6
PortalRelayRegistryURL = "https://raw.githubusercontent.com/gosuda/portal/main/registry.json"
7