diff --git a/src/config.cpp b/src/config.cpp index 2d0e61b..7eac8b4 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -105,7 +105,7 @@ void Config::initCommands() { handle_cmd_reloadConfig = intercept::client::host::register_sqf_command("dbReloadConfig", "TODO", cmd_reloadConfig, game_data_type::STRING); handle_cmd_version = intercept::client::host::register_sqf_command("dbVersion", "TODO", [](game_state&) -> game_value { - return "1.1"; + return "1.2"; }, game_data_type::STRING);