Update build script to trim version number

This commit is contained in:
Starbeamrainbowlabs 2015-12-05 19:17:19 +00:00
parent f461811050
commit 704a2855ca
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ $core = str_replace([
"{version}"
], [
$settings,
file_get_contents("version")
trim(file_get_contents("version"))
], $core);
$result = $core;