Skip to content

Commit

Permalink
Release 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Halama committed Feb 23, 2018
1 parent 828f2d4 commit 0c2fc09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mv ./composer.phar ~/bin/composer # or /usr/local/bin/composer
{
"require": {
"php" : ">=5.6.0",
"keboola/storage-api-client": "^7.0"
"keboola/storage-api-client": "^9.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion src/Keboola/StorageApi/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Client
const STAGE_SYS = "sys";
const API_VERSION = "v2";

const VERSION = '8.0.0';
const VERSION = '9.0.0';

// Token string
public $token;
Expand Down

0 comments on commit 0c2fc09

Please sign in to comment.