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

View file

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