From e0671e0240265693de3f6882368e3b9d898148c6 Mon Sep 17 00:00:00 2001 From: Arjun Rajappa Date: Wed, 25 Feb 2026 23:25:33 +0530 Subject: [PATCH] chore: vversion bump to 2.5.0 Signed-off-by: Arjun Rajappa --- lib/instana/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/instana/version.rb b/lib/instana/version.rb index c708ea96..b53e0fc4 100644 --- a/lib/instana/version.rb +++ b/lib/instana/version.rb @@ -2,6 +2,6 @@ # (c) Copyright Instana Inc. 2016 module Instana - VERSION = "2.4.0" + VERSION = "2.5.0" VERSION_FULL = "instana-#{VERSION}" end