Bump version to 0.3.0-beta on this branch

(thought I already did this… whoops)
This commit is contained in:
Dane Everitt 2016-02-20 23:47:11 -05:00
parent dcfdb89e3c
commit d822811a5d

View file

@ -4,7 +4,7 @@ return [
'env' => env('APP_ENV', 'production'),
'version' => env('APP_VERSION', 'v0.2.1-beta'),
'version' => env('APP_VERSION', 'v0.3.0-beta'),
/*
|--------------------------------------------------------------------------