Changed docs naming conventions

This commit is contained in:
Eldad Fux
2021-03-14 17:14:10 +02:00
parent 99207d5376
commit 6379cbfaba
1594 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ $cli
$production = ($git) ? (Console::confirm('Type "Appwrite" to push code to production git repos') == 'Appwrite') : false;
$message = ($git) ? Console::confirm('Please enter your commit message:') : '';
if(!in_array($version, ['0.6.2', '0.7.0'])) {
if(!in_array($version, ['0.6.x', '0.7.x'])) {
throw new Exception('Unknown version given');
}

Some files were not shown because too many files have changed in this diff Show More