This commit is contained in:
Zach Borboa
2017-10-12 23:27:17 -07:00
parent e59990b744
commit a470ce9cf1
5 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ foreach (array(
'const VERSION = \'' . $new_version . '\';',
),
) as $info) {
list($filepath, $find, $replace) = $info;
list($filepath, $find, $replace) = $info;
$data = preg_replace($find, $replace, file_get_contents($filepath));
file_put_contents($filepath, $data);
}