From b8f5803be33dc8588b07bea15f5b93e9fc387969 Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Mon, 1 Jan 2024 20:27:30 +0100 Subject: [PATCH] chore(hello-tracing-gateway): release version 1.2.1 --- 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 6919d0f..bb526e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -601,7 +601,7 @@ dependencies = [ [[package]] name = "hello-tracing-gateway" -version = "1.2.0" +version = "1.2.1" dependencies = [ "anyhow", "api-version", diff --git a/hello-tracing-gateway/Cargo.toml b/hello-tracing-gateway/Cargo.toml index d467731..85f69e2 100644 --- a/hello-tracing-gateway/Cargo.toml +++ b/hello-tracing-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-tracing-gateway" -version = "1.2.0" +version = "1.2.1" description = "hello-tracing-gateway" edition = { workspace = true } authors = { workspace = true }