Skip to content

Commit 8a31c38

Browse files
committed
1.5
1 parent e8a4acf commit 8a31c38

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
@@ -148,7 +148,7 @@ void Config::initCommands() {
148148

149149
handle_cmd_reloadConfig = intercept::client::host::register_sqf_command("dbReloadConfig", "TODO", cmd_reloadConfig, game_data_type::STRING);
150150
handle_cmd_version = intercept::client::host::register_sqf_command("dbVersion", "TODO", [](game_state&) -> game_value {
151-
return "1.4";
151+
return "1.5";
152152
}, game_data_type::STRING);
153153

154154

0 commit comments

Comments
 (0)