Files
next.orly.dev/pkg/version/version.go
mleku 8add32bb78 Add relayinfo package and utility modules for NIP-11 support
Introduce the `relayinfo` package with `NIP-11` utilities, including `Fees`, `Limits`, and `NIPs` structures. Add utility modules for handling numbers, timestamps, and kinds. Integrate functionality for fetching and managing relay information.
2025-08-21 15:22:17 +01:00

13 lines
186 B
Go

package version
import (
_ "embed"
)
//go:embed version
var V string
var Description = "relay powered by the orly framework https://next.orly.dev"
var URL = "https://next.orly.dev"