From 4e4f8ad5d478675eaa8156f81382f15e112b83ef Mon Sep 17 00:00:00 2001 From: nessi Date: Fri, 13 Feb 2026 10:11:00 +0100 Subject: [PATCH] Update NEXAPG version to 0.1.3 This increments the application version from 0.1.2 to 0.1.3. It likely reflects bug fixes, improvements, or minor feature additions. --- 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 f04aa50..c526e70 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.1.2" +NEXAPG_VERSION = "0.1.3" class Settings(BaseSettings):