diff options
author | floppydiskette <floppydisk@hyprcat.net> | 2024-12-19 20:26:36 +0000 |
---|---|---|
committer | floppydiskette <floppydisk@hyprcat.net> | 2024-12-19 20:27:19 +0000 |
commit | 02e9a6d85d42470682caef299767e03b7b5f53dc (patch) | |
tree | fb84523a8d1c8fd8ccd6aba88bf305024e151e90 /config | |
parent | 98cc18191a278a816c92f5880a2a837ed10a4092 (diff) |
set scrollbar colourv2024.12.19
Diffstat (limited to 'config')
-rw-r--r-- | config/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/app.php b/config/app.php index 2e67289..615bf7f 100644 --- a/config/app.php +++ b/config/app.php @@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider; return [ 'name' => env('APP_NAME', 'diskfloppy.me'), - 'version' => '2024.12.07', + 'version' => '2024.12.19', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), |