diff --git a/composer.json b/composer.json index 9f5c902..ce16d4b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "getstream/getstream-php", "description": "PHP SDK for GetStream API", - "version": "v2.0.1", + "version": "v2.0.2", "type": "library", "license": "MIT", "authors": [ diff --git a/src/Constant.php b/src/Constant.php index 170d237..6935e55 100644 --- a/src/Constant.php +++ b/src/Constant.php @@ -6,6 +6,6 @@ class Constant { - const VERSION = '2.0.1'; + const VERSION = '2.0.2'; }