From 974a2345031643c679d1f41a2df3bf6a0044aba5 Mon Sep 17 00:00:00 2001 From: Arjun Rajappa Date: Mon, 13 Apr 2026 12:30:11 +0530 Subject: [PATCH] chore: release v 2.6.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 8b6ffc92..61a7f5ac 100644 --- a/lib/instana/version.rb +++ b/lib/instana/version.rb @@ -2,6 +2,6 @@ # (c) Copyright Instana Inc. 2016 module Instana - VERSION = "2.6.0" + VERSION = "2.6.1" VERSION_FULL = "instana-#{VERSION}" end