From a91a95825aac23c5a7e3c68852abcd7ab80938fd Mon Sep 17 00:00:00 2001 From: twothatIT Date: Wed, 19 Aug 2026 09:29:47 +0200 Subject: [PATCH] chore(release): bump version to 1.4.0 --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index c23a7c0..6a49d29 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.3.0", + version="1.4.0", docs_url="/api/docs", redoc_url="/api/redoc", openapi_url="/api/openapi.json",