From 7c09b02073783830abb7304fc4642c5452cc6853 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 3 Sep 2024 10:29:58 +0200 Subject: [PATCH] proto: bump version to 0.11.8 for release (#1981) --- quinn-proto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quinn-proto/Cargo.toml b/quinn-proto/Cargo.toml index 4c8d0521a..1b757fa72 100644 --- a/quinn-proto/Cargo.toml +++ b/quinn-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quinn-proto" -version = "0.11.7" +version = "0.11.8" edition.workspace = true rust-version.workspace = true license.workspace = true