Bump version to v0.7.1; update relay icon URL.
Some checks failed
Go / build (push) Has been cancelled

This commit is contained in:
2025-09-22 09:38:01 +01:00
parent fc9600f99d
commit 81a6aade4e
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ func (s *Server) HandleRelayInfo(w http.ResponseWriter, r *http.Request) {
AuthRequired: s.Config.ACLMode != "none",
RestrictedWrites: s.Config.ACLMode != "none",
},
Icon: "https://cdn.satellite.earth/ac9778868fbf23b63c47c769a74e163377e6ea94d3f0f31711931663d035c4f6.png",
Icon: "https://i.nostr.build/6wGXAn7Zaw9mHxFg.png",
}
if err := json.NewEncoder(w).Encode(info); chk.E(err) {
}

View File

@@ -1 +1 @@
v0.7.0
v0.7.1