Clean History

This commit is contained in:
Josh North 2018-10-15 15:23:26 -04:00
parent 130030f21a
commit b815617f8d

View File

@ -29,7 +29,7 @@ class StaticFunctions {
public function getVersion ($app_disp_lang) {
$Translate = new \App\LobbySIO\Language\Translate($app_disp_lang);
$transLang = $Translate->userLanguage();
echo $transLang['SOFTWARE_VERSION'] . ': lobbysio_v0.14-beta';
echo $transLang['SOFTWARE_VERSION'] . ': lobbysio_v0.15-beta';
}
public function getUTC () {