From 1576e00cc9c3657ef01a78de44a109095cb64d97 Mon Sep 17 00:00:00 2001 From: Josselin Feist Date: Mon, 8 Aug 2022 14:26:47 +0200 Subject: [PATCH] Add 0.6.12 --- slither/detectors/functions/external_function.py | 1 + 1 file changed, 1 insertion(+) diff --git a/slither/detectors/functions/external_function.py b/slither/detectors/functions/external_function.py index a24bc0e93..d38c0cb30 100644 --- a/slither/detectors/functions/external_function.py +++ b/slither/detectors/functions/external_function.py @@ -126,6 +126,7 @@ class ExternalFunction(AbstractDetector): "0.6.9", "0.6.10", "0.6.11", + "0.6.12", ]: return results