Skip to content

Commit 1d21a30

Browse files
committed
1.4
1 parent 7b0b437 commit 1d21a30

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

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

153153

0 commit comments

Comments
 (0)