chore: bump version to 1.1.1

This commit is contained in:
2026-01-08 21:43:25 +02:00
parent f1f2fabe97
commit b7a3a07458

2
ollama
View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -euo pipefail set -euo pipefail
SCRIPT_VERSION="1.1.0" SCRIPT_VERSION="1.1.1"
# Default values (should be configured in ~/.ollama/config.json) # Default values (should be configured in ~/.ollama/config.json)
DEFAULT_OLLAMA_API_URL="https://ollama.local" DEFAULT_OLLAMA_API_URL="https://ollama.local"