Skip to content

Commit c8da5fd

Browse files
authored
Merge pull request appwrite#978 from appwrite/fix-0.7-docs
Changed docs naming conventions
2 parents 99207d5 + 6379cbf commit c8da5fd

File tree

1,594 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,594 files changed

+1
-1
lines changed

app/tasks/sdks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function getSSLPage($url)
4242
$production = ($git) ? (Console::confirm('Type "Appwrite" to push code to production git repos') == 'Appwrite') : false;
4343
$message = ($git) ? Console::confirm('Please enter your commit message:') : '';
4444

45-
if(!in_array($version, ['0.6.2', '0.7.0'])) {
45+
if(!in_array($version, ['0.6.x', '0.7.x'])) {
4646
throw new Exception('Unknown version given');
4747
}
4848

0 commit comments

Comments
 (0)