From a6d6a21a0a2a6649813e01d24bb3265bdf3c6d51 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Sat, 28 May 2022 23:24:56 +0200 Subject: [PATCH] Update self-update.php --- config/self-update.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/self-update.php b/config/self-update.php index d9e22d8..ac413b7 100644 --- a/config/self-update.php +++ b/config/self-update.php @@ -2,6 +2,8 @@ declare(strict_types=1); +$Vlocal = 'v' . file_get_contents(base_path("version.json")); + if (env('JOIN_BETA') == true) { $Vgit = file_get_contents("https://julianprieber.github.io/littlelink-custom/version.json"); } else {