Skip to content

Commit a6d6a21

Browse files
committed
Update self-update.php
1 parent c30b97d commit a6d6a21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/self-update.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
declare(strict_types=1);
44

5+
$Vlocal = 'v' . file_get_contents(base_path("version.json"));
6+
57
if (env('JOIN_BETA') == true) {
68
$Vgit = file_get_contents("https://julianprieber.github.io/littlelink-custom/version.json");
79
} else {

0 commit comments

Comments
 (0)