From ce37fc1a2d804e7226a80ae957b2b6853c11ae16 Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Mon, 19 Dec 2022 14:50:42 -0600 Subject: [PATCH] build: bump version to 0.7.12 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b79989a..7fd0af6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1096,7 +1096,7 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" [[package]] name = "nostr-rs-relay" -version = "0.7.11" +version = "0.7.12" dependencies = [ "anyhow", "bitcoin_hashes", diff --git a/Cargo.toml b/Cargo.toml index 3465ba8..f8c4298 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nostr-rs-relay" -version = "0.7.11" +version = "0.7.12" edition = "2021" authors = ["Greg Heartsfield "] description = "A relay implementation for the Nostr protocol"