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