From b7a3a0745840fac0f312072ae2e6084f2d721274 Mon Sep 17 00:00:00 2001 From: Andrii Arsenin Date: Thu, 8 Jan 2026 21:43:25 +0200 Subject: [PATCH] chore: bump version to 1.1.1 --- ollama | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ollama b/ollama index b70a993..344dcb9 100755 --- a/ollama +++ b/ollama @@ -1,7 +1,7 @@ #!/bin/bash set -euo pipefail -SCRIPT_VERSION="1.1.0" +SCRIPT_VERSION="1.1.1" # Default values (should be configured in ~/.ollama/config.json) DEFAULT_OLLAMA_API_URL="https://ollama.local"