@@ -136,6 +136,7 @@ class AggregationManager:
ELSE roe_percentage
END,
updated_at = ?
+ )
"""
# Execute the upsert
@@ -14,7 +14,7 @@ from datetime import datetime
from pathlib import Path
# Bot version
-BOT_VERSION = "2.4.211"
+BOT_VERSION = "2.4.212"
# Add src directory to Python path
sys.path.insert(0, str(Path(__file__).parent / "src"))