Tobago: new minor version
diff --git a/tobago/tobago-vm/apache-proxy/index.html b/tobago/tobago-vm/apache-proxy/index.html
index 1b126bd..95fc30b 100644
--- a/tobago/tobago-vm/apache-proxy/index.html
+++ b/tobago/tobago-vm/apache-proxy/index.html
@@ -28,7 +28,7 @@
           major: "6",
           release: "",
           staging: "",
-          snapshot: "6.3.1-SNAPSHOT",
+          snapshot: "6.4.0-SNAPSHOT",
           link: "6",
           archived: false,
           current: true
@@ -37,7 +37,7 @@
           major: "5",
           release: "",
           staging: "",
-          snapshot: "5.11.1-SNAPSHOT",
+          snapshot: "5.12.0-SNAPSHOT",
           link: "5",
           archived: false,
           current: true
diff --git a/tobago/tobago-vm/docker-compose.yml b/tobago/tobago-vm/docker-compose.yml
index 93e5b9b..aa2c933 100644
--- a/tobago/tobago-vm/docker-compose.yml
+++ b/tobago/tobago-vm/docker-compose.yml
@@ -62,7 +62,7 @@
   demo-6-snapshot:
     build: tomcat10
     environment:
-      - TOBAGO_VERSION=6.3.1-SNAPSHOT
+      - TOBAGO_VERSION=6.4.0-SNAPSHOT
       - CONTEXT_PATH=demo-6-snapshot
     ports:
       - "8602:8080"
@@ -97,7 +97,7 @@
   demo-5-snapshot:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=5.11.1-SNAPSHOT
+      - TOBAGO_VERSION=5.12.0-SNAPSHOT
       - CONTEXT_PATH=demo-5-snapshot
     ports:
       - "8502:8080"