Skip to content

Commit 5388fc2

Browse files
committed
Version 1.2
1 parent 71aeff0 commit 5388fc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ void Config::initCommands() {
105105

106106
handle_cmd_reloadConfig = intercept::client::host::register_sqf_command("dbReloadConfig", "TODO", cmd_reloadConfig, game_data_type::STRING);
107107
handle_cmd_version = intercept::client::host::register_sqf_command("dbVersion", "TODO", [](game_state&) -> game_value {
108-
return "1.1";
108+
return "1.2";
109109
}, game_data_type::STRING);
110110

111111

0 commit comments

Comments
 (0)