chore(release): bump version to v1.6.0

This commit is contained in:
2026-04-27 10:14:24 -07:00
parent 81319f83d4
commit 091a851064
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@@ -53,7 +53,7 @@ syslog_handler.setFormatter(
log.addHandler(syslog_handler)
# --- Configuration ---
VERSION = "1.5.0"
VERSION = "1.6.0"
OLLAMA_BASE = "http://localhost:11434"
SEARXNG_BASE = "http://localhost:8888"
BASE_DIR = Path(__file__).parent