build: bump version to 0.7.13

This commit is contained in:
Greg Heartsfield 2022-12-22 16:27:34 -06:00
parent 25480e837f
commit 95748647f0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1096,7 +1096,7 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
[[package]]
name = "nostr-rs-relay"
version = "0.7.12"
version = "0.7.13"
dependencies = [
"anyhow",
"bitcoin_hashes",

View File

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