From 2e6e0e8911c083f6c69ad3eb7a09350df342bb35 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 21 Jul 2016 21:30:49 -0700 Subject: [PATCH] Fixed versioning path --- app/Console/Commands/Versioning.php | 2 +- config/version.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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