From ea3e209c463c07161b8bbc369aa5680c8d85bf9b Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Tue, 23 Jul 2024 11:33:45 +0200 Subject: [PATCH] chore(hello-tracing-gateway): release version 1.3.2 --- Cargo.lock | 2 +- hello-tracing-gateway/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d261e78..0d15e67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -603,7 +603,7 @@ dependencies = [ [[package]] name = "hello-tracing-gateway" -version = "1.3.1" +version = "1.3.2" dependencies = [ "anyhow", "api-version", diff --git a/hello-tracing-gateway/Cargo.toml b/hello-tracing-gateway/Cargo.toml index 57e3490..46f945f 100644 --- a/hello-tracing-gateway/Cargo.toml +++ b/hello-tracing-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-tracing-gateway" -version = "1.3.1" +version = "1.3.2" description = "hello-tracing-gateway" edition = { workspace = true } authors = { workspace = true }