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
commit c8da5fdd1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1594 changed files with 1 additions and 1 deletions

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