From 84bc7b0384ee90e5ddb5ca8db2dc89f0bf050b72 Mon Sep 17 00:00:00 2001 From: nessi Date: Sun, 15 Feb 2026 11:29:11 +0100 Subject: [PATCH] Update NEXAPG version to 0.2.4 Bumped the version of NEXAPG from 0.2.2 to 0.2.4 in the configuration file. This ensures the application is aligned with the latest changes or fixes in the updated version. --- 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 44ea441..9fea94a 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.2" +NEXAPG_VERSION = "0.2.4" class Settings(BaseSettings):