1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Bump version number

This commit is contained in:
Toby Zerner
2015-09-14 16:32:31 +09:30
parent 8cccaaaf6b
commit 60323e0cf9
2 changed files with 8 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ class Application extends Container implements ApplicationContract
*
* @var string
*/
const VERSION = '0.1.0-beta';
const VERSION = '0.1.0-beta.2';
/**
* The base path for the Laravel installation.