Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
- Set the version and release data
  • Loading branch information
deanblackborough committed Jun 20, 2023
1 parent e702210 commit b73e99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/app/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
'item_subtype_id' => env('ITEM_SUBTYPE_ID'),
'cookie_user' => env('SESSION_NAME_USER'),
'cookie_bearer' => env('SESSION_NAME_BEARER'),
'version' => 'v1.11.2',
'release_date' => '14th June 2023',
'version' => 'v1.11.3',
'release_date' => '20th June 2023',
'exception_notification_email' => env('EXCEPTION_NOTIFICATION_EMAIL'),
'timezone' => 'UTC', // We can allow users to override this later
];

0 comments on commit b73e99d

Please sign in to comment.