diff --git a/pack.php b/pack.php index 232e7cc..2b8bb43 100644 --- a/pack.php +++ b/pack.php @@ -1,5 +1,13 @@ trim(file_get_contents("https://raw.githubusercontent.com/sbrl/Pepperminty-Wiki/master/version")), + "local_version" => trim(file_get_contents("version")) + ])); +} + /** * Logs a string to stdout, but only on the CLI. * @param string $line The line to log.