aboutsummaryrefslogtreecommitdiff
path: root/config/app.php
diff options
context:
space:
mode:
authorRoscoe <roscoe@wah.moe>2025-05-02 00:15:27 +0100
committerRoscoe <roscoe@wah.moe>2025-05-02 00:15:47 +0100
commit59f8d4827ba9edd852bdbf1820aaddda886d5ba2 (patch)
tree7e9f31a20d55f932f9b16c834afa8601d2b5c505 /config/app.php
parent8cc46fbe47d5420df4f4cb476f274ca301964df2 (diff)
Per-Page Embed Images
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 384d755..8029ed1 100644
--- a/config/app.php
+++ b/config/app.php
@@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider;
return [
'name' => env('APP_NAME', 'wah.moe'),
- 'version' => '2025.04.14',
+ 'version' => '2025.05.02',
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),