Skip to content

Commit

Permalink
core: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gatomod committed Jul 3, 2024
1 parent 893c326 commit 8ac89de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "escoba"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
license = "BSD-3-Clause"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::process::exit;
fn main() {
if cfg!(windows) {
println!(
"Escoba version {} - Copyright (c) 2024 Gátomo\n Useful broom to clean your RAM in Window$\n\n Made with hatred towards Micro$oft by Gátomo\n https://github.com/gatomod/escoba\n",
"Escoba version {} - Copyright (c) 2024 Gátomo\n The definitive broom to clean your RAM in Window$\n\n Made with hatred towards Micro$oft by Gátomo\n https://github.com/gatomod/escoba\n",
option_env!("CARGO_PKG_VERSION").unwrap_or("😿")
);

Expand Down

0 comments on commit 8ac89de

Please sign in to comment.