From 9b34de5dd82eb1510a05a5828b9de432338803d8 Mon Sep 17 00:00:00 2001 From: Paulo Vital Date: Wed, 29 Oct 2025 11:42:28 +0100 Subject: [PATCH] chore(version): Bump version to `3.9.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 9c3e1cdd..1419967c 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.9.1" +VERSION = "3.9.2"