From 5fa5afa4d0ee3018a1231174b9487f32485c9627 Mon Sep 17 00:00:00 2001
From: Tim Zhang <tim@hyper.sh>
Date: Tue, 24 Sep 2024 16:41:35 +0800
Subject: [PATCH] release: v0.7.2

Bump version to 0.7.2

Signed-off-by: Tim Zhang <tim@hyper.sh>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 682ceed6..b511e3c6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "ttrpc"
-version = "0.7.1"
+version = "0.7.2"
 authors = ["The AntFin Kata Team <kata@list.alibaba-inc.com>"]
 edition = "2018"
 license = "Apache-2.0"