aboutsummaryrefslogtreecommitdiff
path: root/config/app.php
diff options
context:
space:
mode:
authorfloppydiskette <floppydisk@hyprcat.net>2025-01-16 19:54:20 +0000
committerfloppydiskette <floppydisk@hyprcat.net>2025-01-16 19:54:20 +0000
commit3821e58e1021f7f44ee0aa23cca88f1abb95dbdd (patch)
tree89e476e1350308c12a572080bdd6eb74d654231b /config/app.php
parentcebb14f59cb54b24861a9aef03b9fcbf57465967 (diff)
two of them
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 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'),