diff options
author | floppydiskette <floppydisk@hyprcat.net> | 2024-08-30 19:50:59 +0100 |
---|---|---|
committer | floppydiskette <floppydisk@hyprcat.net> | 2024-08-30 19:51:26 +0100 |
commit | 01be7aafc6656cb09222d8fb738685f5cb46ba5c (patch) | |
tree | c2f33543b456d2e796d9a6fdaf5ece79078c5dc2 /config/app.php | |
parent | ed711791b6f2cb4bf30e83998eff3e4dcb890c7c (diff) |
Correct steam link
Diffstat (limited to 'config/app.php')
-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 bd3b276..72e11a5 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.08.22', + 'version' => '2024.08.30', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), |