From b0317e8605c7ef358bc9beea7df894758e59d784 Mon Sep 17 00:00:00 2001 From: Ralph Schnalzenberger Date: Thu, 6 Jun 2024 08:08:25 +0200 Subject: [PATCH] Update version to 2.1.3 --- lib/fastlane/plugin/dynatrace/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fastlane/plugin/dynatrace/version.rb b/lib/fastlane/plugin/dynatrace/version.rb index 9a72314..6088eed 100644 --- a/lib/fastlane/plugin/dynatrace/version.rb +++ b/lib/fastlane/plugin/dynatrace/version.rb @@ -1,5 +1,5 @@ module Fastlane module Dynatrace - VERSION = "2.1.2" + VERSION = "2.1.3" end end