From ee47b8094ad3c48505d0feb9b0f207ee54e7c485 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 20 Mar 2026 18:06:49 +0000 Subject: [PATCH] chore(release): 4.1.0 --- composer.json | 2 +- src/Constant.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'; }