build: bump version to 0.8.12

This commit is contained in:
Greg Heartsfield 2023-08-05 15:32:57 -05:00
parent 7c5e851b82
commit fb751ba252
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.11"
version = "0.8.12"
dependencies = [
"anyhow",
"async-std",

View File

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