Skip to content

Commit

Permalink
bump version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
super1207 committed Mar 30, 2024
1 parent 9018a14 commit ebc8abc
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 @@ -293,7 +293,7 @@ fn mymain() -> Result<(), Box<dyn std::error::Error>>{

init_log();

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

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

0 comments on commit ebc8abc

Please sign in to comment.