Merge pull request #978 from appwrite/fix-0.7-docs

Changed docs naming conventions
This commit is contained in:
Eldad A. Fux
2021-03-14 18:28:48 +02:00
committed by GitHub
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