From ed5670408b0902d60f9d91a550ff39ffd33173ed Mon Sep 17 00:00:00 2001 From: kaiserd <1684595+kaiserd@users.noreply.github.com> Date: Sun, 3 Nov 2024 19:15:33 +0100 Subject: [PATCH] chore(version): update libp2p.nimble to 1.7.0 (#1213) This commit is planned to be tagged with v1.7.0. The only feature added in this version are configurable min and max TTL for rendezvous. Co-authored-by: ksr --- libp2p.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p.nimble b/libp2p.nimble index 1aff48891..4d26847dc 100644 --- a/libp2p.nimble +++ b/libp2p.nimble @@ -1,7 +1,7 @@ mode = ScriptMode.Verbose packageName = "libp2p" -version = "1.6.0" +version = "1.7.0" author = "Status Research & Development GmbH" description = "LibP2P implementation" license = "MIT"