From 53b3b528026d151dd4dfc597160cd64ef5fe4542 Mon Sep 17 00:00:00 2001 From: Ralph Schnalzenberger Date: Tue, 28 May 2024 09:02:55 +0200 Subject: [PATCH] bump version to 2.1.1 --- 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 4aefcee..bb9c20f 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.0" + VERSION = "2.1.1" end end