From e5474d1017a78631a5525e84922948f51c9b8adf Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Wed, 12 Nov 2025 14:50:44 +0100 Subject: [PATCH] [INTERNAL] Configuration: Fix Specification Version --- docs/pages/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/Configuration.md b/docs/pages/Configuration.md index 451c0446c8d..2c1f9c2513d 100644 --- a/docs/pages/Configuration.md +++ b/docs/pages/Configuration.md @@ -3,7 +3,7 @@ A projects UI5 CLI configuration is typically located in a [YAML](https://yaml.org/) file named `ui5.yaml`, located in the root directory. !!! info - This document describes the configuration of UI5 CLI-based projects and extensions. It represents **[Specification Version 3.0](#specification-versions)**. + This document describes the configuration of UI5 CLI-based projects and extensions. It represents **[Specification Version 4.0](#specification-versions)**. ## Validation / IDE support