From 2143b7330c2acaed0378a62776b364c36fdda22b Mon Sep 17 00:00:00 2001 From: Arjun Rajappa Date: Thu, 12 Mar 2026 15:57:25 +0530 Subject: [PATCH] chore: release v-2.5.1 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 b53e0fc4..8ef07afe 100644 --- a/lib/instana/version.rb +++ b/lib/instana/version.rb @@ -2,6 +2,6 @@ # (c) Copyright Instana Inc. 2016 module Instana - VERSION = "2.5.0" + VERSION = "2.5.1" VERSION_FULL = "instana-#{VERSION}" end