From 42133c3590bfeb616e55f47bd734dc26d41cd5f8 Mon Sep 17 00:00:00 2001 From: yito88 Date: Mon, 8 Jul 2024 21:21:56 +0200 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d7835d3..fc6dc3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-abci" -version = "0.14.0" +version = "0.15.0" authors = ["Henry de Valence "] edition = "2021" license = "MIT"