From 344071193c4f421fe9629fb02bc6df3d61c94198 Mon Sep 17 00:00:00 2001 From: nessi Date: Sat, 14 Feb 2026 16:58:31 +0100 Subject: [PATCH] Update NEXAPG_VERSION to 0.2.1 Bumped the version from 0.2.0 to 0.2.1 to reflect recent changes or updates. This ensures the system aligns with the latest versioning conventions. --- backend/app/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/core/config.py b/backend/app/core/config.py index 899dba8..a0ad1f1 100644 --- a/backend/app/core/config.py +++ b/backend/app/core/config.py @@ -2,7 +2,7 @@ from functools import lru_cache from pydantic import field_validator from pydantic_settings import BaseSettings, SettingsConfigDict -NEXAPG_VERSION = "0.2.0" +NEXAPG_VERSION = "0.2.1" class Settings(BaseSettings):