Skip to content

Commit 8ac89de

Browse files
committed
core: update version
1 parent 893c326 commit 8ac89de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

100644100755
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "escoba"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
license = "BSD-3-Clause"
66
build = "build.rs"

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::process::exit;
33
fn main() {
44
if cfg!(windows) {
55
println!(
6-
"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",
6+
"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",
77
option_env!("CARGO_PKG_VERSION").unwrap_or("😿")
88
);
99

0 commit comments

Comments
 (0)