We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb75e81 commit bbfb4eeCopy full SHA for bbfb4ee
bin/release
@@ -31,8 +31,8 @@ function bumpKernelVersion(string $version): void
31
{
32
$kernel = __DIR__ . '/../src/Tempest/Core/src/Kernel.php';
33
$content = preg_replace(
34
- pattern: '/public const VERSION = \'.*\';/',
35
- replacement: "public const VERSION = '{$version}';",
+ pattern: '/public const string VERSION = \'.*\';/',
+ replacement: "public const string VERSION = '{$version}';",
36
subject: file_get_contents($kernel),
37
);
38
0 commit comments