From 1e05ddfe6984bff7cf5d05f6a83e4aa50bb4ebc4 Mon Sep 17 00:00:00 2001 From: twothatIT Date: Wed, 19 Aug 2026 11:17:38 +0200 Subject: [PATCH] chore(release): bump version to 1.4.1 --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 6a49d29..b13f4c2 100644 --- a/app/main.py +++ b/app/main.py @@ -34,7 +34,7 @@ logger = logging.getLogger(__name__) app = FastAPI( title="NetBird MSP Appliance", description="Multi-tenant NetBird management platform for MSPs", - version="1.4.0", + version="1.4.1", docs_url="/api/docs", redoc_url="/api/redoc", openapi_url="/api/openapi.json",