Skip to content

Commit 0b6b29f

Browse files
Prepare release
1 parent f040570 commit 0b6b29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static function id(): string
3030
}
3131

3232
if (self::$version === null) {
33-
$version = new VersionId('7.3', \dirname(__DIR__, 2));
33+
$version = new VersionId('7.3.0', \dirname(__DIR__, 2));
3434
self::$version = $version->getVersion();
3535
}
3636

0 commit comments

Comments
 (0)