From 0ccd89824f7bfc4ab8ba1cffdb583736a65446da Mon Sep 17 00:00:00 2001 From: Edwin Noorlander Date: Tue, 14 Jul 2026 15:42:25 +0200 Subject: [PATCH] Fix version number in project structure code block in guides --- guide/en.codepress.md | 2 +- guide/nl.codepress.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/en.codepress.md b/guide/en.codepress.md index 3745a60..6736d1f 100644 --- a/guide/en.codepress.md +++ b/guide/en.codepress.md @@ -151,7 +151,7 @@ codepress/ │ └── test/ # Test theme │ └── theme.json ├── config.json # Site configuration -├── version.php # Version information (1.5.0) +├── version.php # Version information (1.6.0) └── vendor/ # Composer dependencies ``` diff --git a/guide/nl.codepress.md b/guide/nl.codepress.md index ed85a40..220eb80 100644 --- a/guide/nl.codepress.md +++ b/guide/nl.codepress.md @@ -151,7 +151,7 @@ codepress/ │ └── test/ # Test thema │ └── theme.json ├── config.json # Site configuratie -├── version.php # Versie informatie (1.5.0) +├── version.php # Versie informatie (1.6.0) └── vendor/ # Composer dependencies ```