Skip to content

Commit 0e352f2

Browse files
authored
Merge pull request #100 from barrydeen/nip11-update
Update NIP-11 software URL and version to 0.2.1
2 parents b062071 + 3f18bde commit 0e352f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
var (
28-
version string
28+
version = "0.2.1"
2929
)
3030

3131
type Config struct {
@@ -148,7 +148,7 @@ func main() {
148148
Description: config.RelayDescription,
149149
Contact: config.RelayContact,
150150
Icon: config.RelayIcon,
151-
Software: "https://github.com/bitvora/wot-relay",
151+
Software: "https://github.com/barrydeen/wot-relay",
152152
Version: version,
153153
}
154154
if pk, err := nostr.PubKeyFromHex(config.RelayPubkey); err == nil {

0 commit comments

Comments
 (0)