chore(release): bump version to v1.7.0

This commit is contained in:
2026-04-27 16:44:33 -07:00
parent 76e4461b38
commit c88e52e0ef
2 changed files with 2 additions and 2 deletions

2
app.py
View File

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

View File

@@ -1,4 +1,4 @@
# ⚡ JarvisChat v1.6.0
# ⚡ JarvisChat v1.7.0
![screenshot](docs/images/screenshot.png)