1
0
mirror of https://github.com/flarum/core.git synced 2025-10-15 00:44:40 +02:00

Polish admin dashboard

This commit is contained in:
Toby Zerner
2015-08-27 10:50:15 +09:30
parent 559110a83f
commit b0db7bf751
4 changed files with 19 additions and 5 deletions

View File

@@ -23,11 +23,11 @@ use Illuminate\Contracts\Foundation\Application as ApplicationContract;
class Application extends Container implements ApplicationContract
{
/**
* The Laravel framework version.
* The Flarum version.
*
* @var string
*/
const VERSION = '5.1.9 (LTS)';
const VERSION = '0.1.0-beta';
/**
* The base path for the Laravel installation.