mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 03:38:52 +00:00
Update scripts
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user