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