Skip to content

Commit 2c12107

Browse files
committed
1.3
1 parent 6f9c1a0 commit 2c12107

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.2";
108+
return "1.3";
109109
}, game_data_type::STRING);
110110

111111

0 commit comments

Comments
 (0)