Update config.php

This commit is contained in:
SuperDev
2023-01-12 20:52:25 -06:00
committed by GitHub
parent b2f0fedce4
commit def87c330f

View File

@@ -52,6 +52,7 @@ define('plausible_embed', $plausibleembed);
define('plausibleembedtoken', $plausibleembedtoken);
/* version */
define('version', 'v1.0.0'); // DO NOT FORGET TO CHANGE THIS
$github_api_url = 'https://api.github.com/repos/Supernova3339/anonupload/releases/latest'; // this is how tag gets pulled for latest version
?>