build: bump versiot to 0.8.11

This commit is contained in:
Greg Heartsfield 2023-08-05 11:42:14 -05:00
parent 74376d94e5
commit f965c53434
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1706,7 +1706,7 @@ dependencies = [
[[package]]
name = "nostr-rs-relay"
version = "0.8.10"
version = "0.8.11"
dependencies = [
"anyhow",
"async-std",

View File

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