From 310df4c4cef31d6364c70d59f2682d3a91241045 Mon Sep 17 00:00:00 2001 From: Arjun Rajappa Date: Thu, 2 Apr 2026 13:37:39 +0530 Subject: [PATCH] chore: release v2.6.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 8ef07afe..8b6ffc92 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.1" + VERSION = "2.6.0" VERSION_FULL = "instana-#{VERSION}" end