From 050a5366c19c726487602251c8e6c3afa7b23685 Mon Sep 17 00:00:00 2001 From: Frederico Gomes Date: Mon, 20 Apr 2026 17:40:18 +0100 Subject: [PATCH] wireguard: Bump version Signed-off-by: Frederico Gomes Reviewed-by: James Valleroy --- plinth/modules/wireguard/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/wireguard/__init__.py b/plinth/modules/wireguard/__init__.py index 1c2ff10da..50c9fb444 100644 --- a/plinth/modules/wireguard/__init__.py +++ b/plinth/modules/wireguard/__init__.py @@ -37,7 +37,7 @@ class WireguardApp(app_module.App): app_id = 'wireguard' - _version = 1 + _version = 2 def __init__(self) -> None: """Create components for the app."""