fix: undefined var on the statistics page (#211)

This commit is contained in:
Miguel Ribeiro
2024-03-09 23:00:27 +01:00
committed by GitHub
parent d9bd64a6be
commit 8b7a7b94e3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<?php
$version = "v1.15.1";
$version = "v1.15.2";
?>