Increment version

This commit is contained in:
floppydiskette 2023-12-31 02:14:41 +00:00
parent d051dce5b7
commit 55cb4b055b
No known key found for this signature in database

View file

@ -5,7 +5,7 @@
return [
'name' => env('APP_NAME', 'diskfloppy.me'),
'version' => '2023.11.26',
'version' => '2023.12.31',
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),