Skip to content

Commit 3cf40a6

Browse files
chore(release): 4.1.0-beta.2 [skip ci]
# [4.1.0-beta.2](v4.1.0-beta.1...v4.1.0-beta.2) (2025-07-21) ### Bug Fixes * **build:** enable the pipeline to also run the commitlint checks ([0f798bf](0f798bf))
1 parent 0f798bf commit 3cf40a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zitadel/client",
3-
"version": "4.1.0-beta.1",
3+
"version": "4.1.0-beta.2",
44
"description": "Official Zitadel SDK for PHP. Authenticate and access Zitadel's authentication and management APIs in PHP.",
55
"keywords": [
66
"api",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Version.php

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

55
class Version
66
{
7-
public const VERSION = '4.1.0-beta.1';
7+
public const VERSION = '4.1.0-beta.2';
88
}

0 commit comments

Comments
 (0)