From 16a95494bbf9dc8e56366ad548dc2a5ff0abb184 Mon Sep 17 00:00:00 2001 From: Paulo Vital Date: Fri, 15 May 2026 14:11:56 +0200 Subject: [PATCH] chore(version): Bump version to 3.15.0. Signed-off-by: Paulo Vital --- src/instana/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/instana/version.py b/src/instana/version.py index eb2061a3..261f18b9 100644 --- a/src/instana/version.py +++ b/src/instana/version.py @@ -1,6 +1,6 @@ -# (c) Copyright IBM Corp. 2021 +# (c) Copyright IBM Corp. 2021, 2026 # (c) Copyright Instana Inc. 2020 # Module version file. Used by setup.py and snapshot reporting. -VERSION = "3.14.0" +VERSION = "3.15.0"