From e9095cafe63a2fcf9d4b4a94d4051d20e975d6d8 Mon Sep 17 00:00:00 2001 From: Varsha GS Date: Fri, 24 May 2024 14:46:44 +0530 Subject: [PATCH] chore(version): Bump version to 2.4.0 Signed-off-by: Varsha GS --- 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 3f7903396..d12873375 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 = "2.3.0" +VERSION = "2.4.0"