From 85dbf3e3fc4c1c3274d37a72b6338a35383fa5e4 Mon Sep 17 00:00:00 2001 From: Paulo Vital Date: Thu, 5 Jun 2025 11:49:23 +0200 Subject: [PATCH] chore(version): Bump version to 3.4.2 Signed-off-by: Paulo Vital --- src/instana/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instana/version.py b/src/instana/version.py index f7e5ee04..e762b663 100644 --- a/src/instana/version.py +++ b/src/instana/version.py @@ -3,4 +3,4 @@ # Module version file. Used by setup.py and snapshot reporting. -VERSION = "3.4.1" +VERSION = "3.4.2"