Change version handling; bump to 0.1.1-beta

This commit is contained in:
Dane Everitt 2016-01-23 21:42:56 -05:00
parent c81bc37865
commit 35de668622
5 changed files with 67 additions and 3 deletions
app/Console

View file

@ -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,
];
/**