Skip to content

Commit e27e941

Browse files
committed
Core: Fix versioning #36
1 parent 0953282 commit e27e941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/phar-version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
file_put_contents(
88
__DIR__ . '/phar/phpdraft/index.php',
99
str_replace(
10-
"define('VERSION', '');",
10+
"define('VERSION', '0');",
1111
"define('VERSION', '" . $argv[1] . "');",
1212
file_get_contents(__DIR__ . '/phar/phpdraft/index.php')
1313
)

0 commit comments

Comments
 (0)