From fcc0605a4ae1de18406bde7c9eaec5040edebefa Mon Sep 17 00:00:00 2001 From: gramps Date: Sat, 27 Jun 2026 15:27:47 -0700 Subject: [PATCH] release: bump version to v1.8.5 --- README.md | 2 +- config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbff5cc..b7bae19 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# JarvisChat v1.8.0 +# JarvisChat v1.8.5 **A lightweight local inference coding companion with persistent memory, web search, and real-time system monitoring.** diff --git a/config.py b/config.py index 149641e..2c8c983 100644 --- a/config.py +++ b/config.py @@ -9,7 +9,7 @@ import logging log = logging.getLogger("jarvischat") -VERSION = "v1.8.0" +VERSION = "v1.8.5" OLLAMA_BASE = os.environ.get("OLLAMA_BASE", "http://localhost:11434") LLAMA_SERVER_BASE = os.environ.get("LLAMA_SERVER_BASE", "http://192.168.50.108:8081") SEARXNG_BASE = "http://localhost:8888"