Bump version to v0.10.9

This commit is contained in:
Daniel Supernault 2020-04-17 19:57:16 -06:00
parent 680e56b4fe
commit c6185ceea1
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ return [
| This value is the version of your Pixelfed instance.
|
*/
'version' => '0.10.8',
'version' => '0.10.9',
/*
|--------------------------------------------------------------------------
@ -221,7 +221,7 @@ return [
|
*/
'user_invites' => [
'enabled' => false, //env('PF_USER_INVITES', false),
'enabled' => env('PF_USER_INVITES', false),
'limit' => [
'total' => (int) env('PF_USER_INVITES_TOTAL_LIMIT', 0),
'daily' => (int) env('PF_USER_INVITES_DAILY_LIMIT', 0),