diff --git a/app/Console/Commands/Versioning.php b/app/Console/Commands/Versioning.php index fff73ea238..84f124bb16 100644 --- a/app/Console/Commands/Versioning.php +++ b/app/Console/Commands/Versioning.php @@ -42,7 +42,7 @@ class Versioning extends Command { // Path to the file containing your version // This will be overwritten everything you commit a message - $versionFile = app_path().'/config/version.php'; + $versionFile = 'config/version.php'; // The git's output // get the argument passed in the git command diff --git a/config/version.php b/config/version.php index 262e23c03c..41c9d9c120 100644 --- a/config/version.php +++ b/config/version.php @@ -1,5 +1,5 @@ 'v3.0', - 'hash_version' => 'v3.0-ebc74a65', -); + 'app_version' => 'v3.0-12', + 'hash_version' => 'v3.0-12-gb0dc5b4', +); \ No newline at end of file