bump version to 0.5.0
Any changes to v0.4.x release will require a release branch with modifications.
This commit is contained in:
parent
30f58382bc
commit
ca84022e84
|
@ -4,7 +4,7 @@ return [
|
||||||
|
|
||||||
'env' => env('APP_ENV', 'production'),
|
'env' => env('APP_ENV', 'production'),
|
||||||
|
|
||||||
'version' => env('APP_VERSION', 'v0.4.1-beta'),
|
'version' => env('APP_VERSION', 'v0.5.0-beta'),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue