From cb59ca3cac4bdb13b544db61a68c69c8c1165e06 Mon Sep 17 00:00:00 2001 From: Sam Gamble Date: Tue, 19 May 2026 10:25:53 +0100 Subject: [PATCH] update plat ver to 2.5.3 --- update-redoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-redoc.py b/update-redoc.py index f4de85e..4f39407 100755 --- a/update-redoc.py +++ b/update-redoc.py @@ -16,7 +16,7 @@ PLAT_V2_SCHEMA = './src/schema/platform-2.json' # urls -PLAT_VER = '2.5.0' +PLAT_VER = '2.5.3' PLAT_V1_URL = f"https://github.com/OasisLMF/OasisPlatform/releases/download/{PLAT_VER}/v1-openapi-schema-{PLAT_VER}.json" PLAT_V2_URL = f"https://github.com/OasisLMF/OasisPlatform/releases/download/{PLAT_VER}/v2-openapi-schema-{PLAT_VER}.json"