Skip to content

Commit

Permalink
Upgraded version
Browse files Browse the repository at this point in the history
  • Loading branch information
eldadfux committed Feb 10, 2021
1 parent 8d93c1c commit 616aa17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Appwrite/Services/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
$cli
->task('version')
->action(function() {
Console::log('CLI Version : 0.2.0');
Console::log('CLI Version : 0.3.0');
Console::log('Server Version : 0.7.0');
});

Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Client
*/
private $headers = [
'content-type' => '',
'x-sdk-version' => 'appwrite:cli:0.2.0',
'x-sdk-version' => 'appwrite:cli:0.3.0',
];

/**
Expand Down

0 comments on commit 616aa17

Please sign in to comment.