Release 0.4.4

This commit is contained in:
galister
2024-08-11 06:15:43 +09:00
parent 378ea120c8
commit d9287f3250
4 changed files with 29 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
log::info!(
"Welcome to {} version {}!",
env!("CARGO_PKG_NAME"),
env!("CARGO_PKG_VERSION")
env!("WLX_BUILD"),
);
log::info!("It is {}.", chrono::Local::now().format("%c"));