Fix version number in project structure code block in guides

This commit is contained in:
2026-07-14 15:42:25 +02:00
parent 5db721c2c3
commit 0ccd89824f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
```
+1 -1
View File
@@ -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
```