MMDVMHost-Dashboard/version.php
Kim Hübel b2209d116b Fixed issue with Current Mode
Current Mode was long time not shown correctly but not reported. Now it's
working correctly again.
2020-09-21 15:19:57 +01:00

4 lines
64 B
PHP

<?php
define("VERSION", "20200921-2 (".getGitVersion().")");
?>