From 13c2f5718a82b6ddcd364a8acebb421622c753b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20G=C3=A9czi?= Date: Fri, 12 Jan 2024 12: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 9c5ffe19..af6f1826 100644 --- a/lib/instana/version.rb +++ b/lib/instana/version.rb @@ -2,6 +2,6 @@ # (c) Copyright Instana Inc. 2016 module Instana - VERSION = "1.212.0" + VERSION = "1.213.0" VERSION_FULL = "instana-#{VERSION}" end