Skip to content

Commit

Permalink
version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
super1207 authored May 3, 2024
1 parent a8f8d78 commit e74c925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ fn mymain() -> Result<(), Box<dyn std::error::Error>>{

init_log();

log::info!("欢迎使用LLOB安装器0.0.2 by super1207");
log::info!("欢迎使用LLOB安装器0.0.3 by super1207");

log::info!("正在检查是否拥有管理员权限...");
let has_admin = is_admin().unwrap();
Expand Down

0 comments on commit e74c925

Please sign in to comment.