Skip to content

Commit 3a0a320

Browse files
chore(release): v7.0.0 (pr #34)
1 parent d67a816 commit 3a0a320

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "getstream/getstream-php",
33
"description": "PHP SDK for GetStream API",
4-
"version": "v6.0.1",
4+
"version": "v7.0.0",
55
"type": "library",
66
"license": "MIT",
77
"authors": [

src/Constant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
class Constant
88
{
9-
public const VERSION = '6.0.1';
9+
public const VERSION = '7.0.0';
1010
}

0 commit comments

Comments
 (0)