From 159639bdaf8a40b27b6ffc60b3cc879e30eddf21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Fri, 21 Jun 2024 17:41:30 -1000 Subject: [PATCH] Add support for FreeBSD 14 --- metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 38cd6ae8..74df5188 100644 --- a/metadata.json +++ b/metadata.json @@ -170,7 +170,8 @@ { "operatingsystem": "FreeBSD", "operatingsystemrelease": [ - "13" + "13", + "14" ] } ]