2 parents b062071 + 3f18bde commit 0e352f2Copy full SHA for 0e352f2
1 file changed
main.go
@@ -25,7 +25,7 @@ import (
25
)
26
27
var (
28
- version string
+ version = "0.2.1"
29
30
31
type Config struct {
@@ -148,7 +148,7 @@ func main() {
148
Description: config.RelayDescription,
149
Contact: config.RelayContact,
150
Icon: config.RelayIcon,
151
- Software: "https://github.com/bitvora/wot-relay",
+ Software: "https://github.com/barrydeen/wot-relay",
152
Version: version,
153
}
154
if pk, err := nostr.PubKeyFromHex(config.RelayPubkey); err == nil {
0 commit comments