build: bump version to 0.4.0

This commit is contained in:
Greg Heartsfield 2022-01-25 20:56:00 -06:00
parent af9da65f71
commit 699489ebaf
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -654,7 +654,7 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
[[package]]
name = "nostr-rs-relay"
version = "0.3.3"
version = "0.4.0"
dependencies = [
"bitcoin_hashes 0.9.7",
"config",

View File

@ -1,6 +1,6 @@
[package]
name = "nostr-rs-relay"
version = "0.3.3"
version = "0.4.0"
edition = "2021"
[dependencies]