diff options
author | floppydiskette <floppydisk@hyprcat.net> | 2025-01-16 19:54:20 +0000 |
---|---|---|
committer | floppydiskette <floppydisk@hyprcat.net> | 2025-01-16 19:54:20 +0000 |
commit | 3821e58e1021f7f44ee0aa23cca88f1abb95dbdd (patch) | |
tree | 89e476e1350308c12a572080bdd6eb74d654231b /config | |
parent | cebb14f59cb54b24861a9aef03b9fcbf57465967 (diff) |
two of them
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 b184e1d..63c8b38 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' => '2025.01.01', + 'version' => '2025.01.16', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), |