mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Fixed versioning path
This commit is contained in:
parent
b0dc5b4183
commit
2e6e0e8911
|
@ -42,7 +42,7 @@ class Versioning extends Command
|
||||||
{
|
{
|
||||||
// Path to the file containing your version
|
// Path to the file containing your version
|
||||||
// This will be overwritten everything you commit a message
|
// This will be overwritten everything you commit a message
|
||||||
$versionFile = app_path().'/config/version.php';
|
$versionFile = 'config/version.php';
|
||||||
|
|
||||||
// The git's output
|
// The git's output
|
||||||
// get the argument passed in the git command
|
// get the argument passed in the git command
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
return array (
|
return array (
|
||||||
'app_version' => 'v3.0',
|
'app_version' => 'v3.0-12',
|
||||||
'hash_version' => 'v3.0-ebc74a65',
|
'hash_version' => 'v3.0-12-gb0dc5b4',
|
||||||
);
|
);
|
Loading…
Reference in a new issue