26.1 beta 1 is out

This commit is contained in:
2026-02-10 13:29:11 -07:00
parent 3cf62a6896
commit 6bd3adc8f8
2 changed files with 12 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<?php
require __DIR__ . '/../incl/util.php';
setPlainHeader();
echo getClientVersion() == "1.8.2" || getClientVersion() == "1.4.0-beta1" ? "1" : "2";
echo getClientVersion() == "1.4.0-beta1" ? "1" : "2";