From 06fb41671c4aacf8f10e3c5096c3caec299c54bd Mon Sep 17 00:00:00 2001 From: Tibor Schneider Date: Tue, 12 Nov 2024 10:41:18 +0100 Subject: [PATCH] bump version --- bgpsim/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpsim/Cargo.toml b/bgpsim/Cargo.toml index fbfb399..1551e40 100644 --- a/bgpsim/Cargo.toml +++ b/bgpsim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bgpsim" -version = "0.17.7" +version = "0.17.8" edition = "2021" license-file = "LICENSE" description = "A network control-plane simulator"