From 944fdbb14a00798fe2ba46aeafecac45587873e4 Mon Sep 17 00:00:00 2001 From: gh0st <1264131+gh0st42@users.noreply.github.com> Date: Fri, 24 Nov 2023 09:38:31 +0100 Subject: [PATCH] manually fixed version (0.10.6) in cargo toml for publishing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e6387d..a0e0114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bp7" -version = "0.10.5" # managed by release.sh +version = "0.10.6" # managed by release.sh authors = ["Lars Baumgaertner "] edition = "2018" description = "Rust implementation of dtn Bundle Protocol Version 7 ([RFC 9171]"