aboutsummaryrefslogtreecommitdiff
path: root/config/app.php
diff options
context:
space:
mode:
authorfloppydiskette <floppydisk@hyprcat.net>2024-08-30 19:50:59 +0100
committerfloppydiskette <floppydisk@hyprcat.net>2024-08-30 19:51:26 +0100
commit01be7aafc6656cb09222d8fb738685f5cb46ba5c (patch)
treec2f33543b456d2e796d9a6fdaf5ece79078c5dc2 /config/app.php
parented711791b6f2cb4bf30e83998eff3e4dcb890c7c (diff)
Correct steam link
Diffstat (limited to 'config/app.php')
-rw-r--r--config/app.php2
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'),