Update scripts

This commit is contained in:
DariusIII
2016-04-26 13:12:06 +02:00
parent 72e2c2a45d
commit 21b644e790
9 changed files with 40 additions and 13 deletions
+3 -2
View File
@@ -85,8 +85,9 @@ class Version extends \app\extensions\console\Command
if (!$this->plain) {
$this->primary('Looking up Git tag version(s)');
}
$this->out("XML version: " . $this->versions->getGitTagFromFile());
$this->out("Git version: " . $this->versions->getGitTagFromRepo());
$this->out('Hash: ' . $this->versions->getGitHeadHash(), 0);
$this->out('XML version: ' . $this->versions->getGitTagFromFile());
$this->out('Git version: ' . $this->versions->getGitTagFromRepo());
}
/**