This commit is contained in:
2018-10-22 11:50:17 -04:00
parent 4b679cc17d
commit 454b736647
3 changed files with 6 additions and 6 deletions

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.16-beta';
echo $transLang['SOFTWARE_VERSION'] . ': lobbysio_v0.17-beta';
}
public function getUTC () {