From d0050e0537008fc60ebabf062bf20d6849490ae0 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Thu, 3 Oct 2019 09:14:36 +0100 Subject: [PATCH] legacy/1.x: Update minimum PSSA version to 1.18.3 --- modules.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.json b/modules.json index 8777ca207..df8ff6935 100644 --- a/modules.json +++ b/modules.json @@ -1,6 +1,6 @@ { "PSScriptAnalyzer":{ - "MinimumVersion":"1.18.2", + "MinimumVersion":"1.18.3", "MaximumVersion":"1.99", "AllowPrerelease":false },