From 5e8432c7cd03d70187c8130e52b6802c7369409a Mon Sep 17 00:00:00 2001 From: gitricko Date: Mon, 10 Aug 2026 04:46:36 -0400 Subject: [PATCH] Update Hermes and Ollama versions in post-create script --- .devcontainer/post-create-cmd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/post-create-cmd.sh b/.devcontainer/post-create-cmd.sh index 1a76de6..92c2031 100755 --- a/.devcontainer/post-create-cmd.sh +++ b/.devcontainer/post-create-cmd.sh @@ -1,9 +1,9 @@ #!/bin/bash -HERMES_VERSION="v2026.7.20" +HERMES_VERSION="v2026.8.3" OMNIROUTE_VERSION=3.8.49 MODELRELAY_VERSION=1.18.0 -OLLAMA_VERSION=0.32.5 +OLLAMA_VERSION=0.32.6 NODE_VERSION=24.18.0 MNEMON_VERSION=0.1.17