build: bump version to 0.9.0

This commit is contained in:
Greg Heartsfield 2024-09-06 11:10:41 -05:00
parent 4461648c64
commit ff65ec2acd
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1832,7 +1832,7 @@ dependencies = [
[[package]]
name = "nostr-rs-relay"
version = "0.8.13"
version = "0.9.0"
dependencies = [
"anyhow",
"async-std",

View File

@ -1,6 +1,6 @@
[package]
name = "nostr-rs-relay"
version = "0.8.13"
version = "0.9.0"
edition = "2021"
authors = ["Greg Heartsfield <scsibug@imap.cc>"]
description = "A relay implementation for the Nostr protocol"