Add contributor map and align backend version

This commit is contained in:
anntr1k3
2026-07-03 13:26:36 +04:00
parent a7d66c5289
commit 62cf7a03ad
5 changed files with 80 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ from dataclasses import dataclass, field
from typing import Any
from json import JSONDecodeError
APP_VERSION = "0.9.82"
APP_VERSION = "0.9.83"
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)