Remove version definition from the application and pass it on build time

This commit is contained in:
ErickSkrauch
2018-03-17 19:13:12 +03:00
parent 5a8c2641c1
commit b743cc69aa
2 changed files with 14 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<?php
return [
'version' => '1.1.25-dev',
'version' => '{{PLACE_VERSION_HERE}}', // This will be replaced by build tool
'vendorPath' => dirname(__DIR__, 2) . '/vendor',
'components' => [
'cache' => [