feat: update to current SNAPSHOT version
diff --git a/tobago/tobago-vm/apache-proxy/index.html b/tobago/tobago-vm/apache-proxy/index.html
index 8064066..c8700ee 100644
--- a/tobago/tobago-vm/apache-proxy/index.html
+++ b/tobago/tobago-vm/apache-proxy/index.html
@@ -28,7 +28,7 @@
           major: "5",
           release: "",
           staging: "",
-          snapshot: "5.1.1-SNAPSHOT",
+          snapshot: "5.2.1-SNAPSHOT",
           link: "5",
           archived: false,
           current: true
diff --git a/tobago/tobago-vm/docker-compose.yml b/tobago/tobago-vm/docker-compose.yml
index 5fc4730..0b46dbe 100644
--- a/tobago/tobago-vm/docker-compose.yml
+++ b/tobago/tobago-vm/docker-compose.yml
@@ -83,7 +83,7 @@
   demo-5-snapshot:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=5.1.1-SNAPSHOT
+      - TOBAGO_VERSION=5.2.1-SNAPSHOT
       - CONTEXT_PATH=demo-5-snapshot
     ports:
       - "8502:8080"