diff --git a/composer.json b/composer.json index bdeeed8..d107667 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "getstream/getstream-php", "description": "PHP SDK for GetStream API", - "version": "v4.1.0", + "version": "v4.2.0", "type": "library", "license": "MIT", "authors": [ diff --git a/src/Constant.php b/src/Constant.php index 4f2cf95..c83668a 100644 --- a/src/Constant.php +++ b/src/Constant.php @@ -6,5 +6,5 @@ class Constant { - public const VERSION = '4.1.0'; + public const VERSION = '4.2.0'; }