Skip to content

Commit 2477dad

Browse files
committed
chore(release): bump Plugin::$version to 1.0.3
The plugin-header Version was bumped in 829252f but the duplicate `private string $version` on Plugin still reported 1.0.1, so any runtime consumer reading it (admin badge, debug output) saw a stale value.
1 parent 829252f commit 2477dad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/WorkOS/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Plugin {
5757
*
5858
* @var string
5959
*/
60-
private string $version = '1.0.1';
60+
private string $version = '1.0.3';
6161

6262
/**
6363
* Container instance.

0 commit comments

Comments
 (0)