Change version handling; bump to 0.1.1-beta
This commit is contained in:
parent
c81bc37865
commit
35de668622
5 changed files with 67 additions and 3 deletions
app/Console
|
@ -15,6 +15,7 @@ class Kernel extends ConsoleKernel
|
|||
protected $commands = [
|
||||
\Pterodactyl\Console\Commands\Inspire::class,
|
||||
\Pterodactyl\Console\Commands\MakeUser::class,
|
||||
\Pterodactyl\Console\Commands\ShowVersion::class,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue