From f29b96ab94bf15d15e4fbafe96c3a7becefbdd2b Mon Sep 17 00:00:00 2001 From: Arjun Rajappa Date: Thu, 11 Jun 2026 09:43:36 +0530 Subject: [PATCH] release: minor patch for no method error 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 20a78e29..c2aa5666 100644 --- a/lib/instana/version.rb +++ b/lib/instana/version.rb @@ -2,6 +2,6 @@ # (c) Copyright Instana Inc. 2016 module Instana - VERSION = "2.7.0" + VERSION = "2.7.1" VERSION_FULL = "instana-#{VERSION}" end