From 1399bfc735fdbdc5ea342dd875b2328f846fdc11 Mon Sep 17 00:00:00 2001 From: Bamboo Date: Wed, 11 Mar 2026 10:43:22 +0000 Subject: [PATCH] skipci: Automatic version increment by Bamboo --- Cargo.lock | 2 +- endpoint/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb22cf9..a03ebf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3579,7 +3579,7 @@ dependencies = [ [[package]] name = "trusttunnel_endpoint" -version = "1.0.18" +version = "1.0.19" dependencies = [ "clap", "console-subscriber", diff --git a/endpoint/Cargo.toml b/endpoint/Cargo.toml index 7325d27..7e920b2 100644 --- a/endpoint/Cargo.toml +++ b/endpoint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trusttunnel_endpoint" -version = "1.0.18" +version = "1.0.19" authors = ["Sergei Gunchenko "] edition = "2021"