修改版本,修改帮助信息

This commit is contained in:
lubeilin
2023-07-29 23:03:52 +08:00
parent 9e881eeecd
commit 5bccdf3bbe
5 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ fn registration_request_packet(
request.virtual_ip = ip.into();
request.allow_ip_change = allow_ip_change;
request.is_fast = is_fast;
request.version = "1.1.1".to_string();
request.version = "1.1.2".to_string();
let bytes = request.write_to_bytes()?;
let buf = vec![0u8; 12 + bytes.len()];
let mut net_packet = NetPacket::new(buf)?;