mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-07 04:52:42 +08:00
chore: update version to v1.2.3
This commit is contained in:
@@ -4,7 +4,7 @@ from typing import Any, Optional, Dict
|
||||
from dotenv import load_dotenv
|
||||
from models.database import Configuration
|
||||
load_dotenv(dotenv_path=".env")
|
||||
VERSION = "v1.2.2"
|
||||
VERSION = "v1.2.3"
|
||||
|
||||
class ConfigCenter:
|
||||
_cache: Dict[str, Any] = {}
|
||||
|
||||
Reference in New Issue
Block a user