From 436db2ee248157d19120b3b7e5e8edc286965c27 Mon Sep 17 00:00:00 2001 From: naterfute Date: Wed, 2 Apr 2025 23:35:55 -0700 Subject: [PATCH] fix(plane): default version --- blueprints/plane/template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/plane/template.toml b/blueprints/plane/template.toml index dfc8584..3fc6232 100644 --- a/blueprints/plane/template.toml +++ b/blueprints/plane/template.toml @@ -27,7 +27,7 @@ env = [ "MINIO_ENDPOINT_SSL=0", "API_KEY_RATE_LIMIT=60/minute", "TZ=UTC", -"APP_RELEASE=0.25.3" +"APP_RELEASE=v0.25.3" ] mounts = []