From 418034f6392612b96b59bf051400d120cadc5771 Mon Sep 17 00:00:00 2001 From: nessi Date: Sat, 14 Feb 2026 17:17:57 +0100 Subject: [PATCH] Update NEXAPG_VERSION to 0.2.2 Bumped the version from 0.2.1 to 0.2.2 in the configuration file. This likely reflects a new release or minor update to the application. --- 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 a0ad1f1..44ea441 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.1" +NEXAPG_VERSION = "0.2.2" class Settings(BaseSettings):