From 03082e848e0b7d8b8b92c84184d92c2f03963ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20G=C3=A9czi?= Date: Tue, 26 Mar 2024 00:00:00 +0000 Subject: [PATCH] Version update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ferenc Géczi --- 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 9cbf68f5..75223ed1 100644 --- a/lib/instana/version.rb +++ b/lib/instana/version.rb @@ -2,6 +2,6 @@ # (c) Copyright Instana Inc. 2016 module Instana - VERSION = "1.213.3" + VERSION = "1.214.0" VERSION_FULL = "instana-#{VERSION}" end