Skip to content

Commit

Permalink
Merge pull request #62 from aaccioly-open-source/release/1.0.4
Browse files Browse the repository at this point in the history
chore(release): bump haven version to 1.0.4
  • Loading branch information
barrydeen authored Jan 29, 2025
2 parents 05128ee + 276fbac commit df0c862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func loadConfig() Config {
RelayPort: getEnvInt("RELAY_PORT", 3355),
RelayBindAddress: getEnvString("RELAY_BIND_ADDRESS", "0.0.0.0"),
RelaySoftware: "https://github.com/bitvora/haven",
RelayVersion: "v1.0.3",
RelayVersion: "v1.0.4",
PrivateRelayName: getEnv("PRIVATE_RELAY_NAME"),
PrivateRelayNpub: getEnv("PRIVATE_RELAY_NPUB"),
PrivateRelayDescription: getEnv("PRIVATE_RELAY_DESCRIPTION"),
Expand Down

0 comments on commit df0c862

Please sign in to comment.