bump for release
begins standard of removing `v` from the version to allow easier version checking.
This commit is contained in:
parent
f6275058d0
commit
bfe253516d
|
@ -4,7 +4,7 @@ return [
|
|||
|
||||
'env' => env('APP_ENV', 'production'),
|
||||
|
||||
'version' => env('APP_VERSION', 'canary'),
|
||||
'version' => env('APP_VERSION', '0.5.2'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue