From 6beb7fd722390ac31c7970f86a7b239667392102 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Romain=20Tarti=C3=A8re?= Date: Tue, 24 Aug 2021 15:31:45 -1000 Subject: [PATCH] (maint) Add support for Debian 11 Debian 11 was recently released. Update metadata.json to indicate that this version is supported by the module. --- metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 3e7d2b3..0ce737f 100644 --- a/metadata.json +++ b/metadata.json @@ -19,7 +19,8 @@ "operatingsystemrelease": [ "8", "9", - "10" + "10", + "11" ] }, { -- 2.45.2