summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorliv <shadows_withal@fastmail.com>2023-03-10 17:39:59 +0100
committerliv <shadows_withal@fastmail.com>2023-03-10 17:39:59 +0100
commit7f1754ecc5690f31db4aff38eef2bf30e2aec525 (patch)
treed8683f0104b5333b2da24d41fb06c5b0ba95271a /src/main.rs
parente4971ec7b39e8e2ad97af5b11c7097826577de0d (diff)
release: 5.4.1
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index c09088b..312a0a1 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -26,7 +26,7 @@ mod run;
mod verify;
// In sync with crate version
-const VERSION: &str = "5.4.0";
+const VERSION: &str = "5.4.1";
#[derive(FromArgs, PartialEq, Debug)]
/// Rustlings is a collection of small exercises to get you used to writing and reading Rust code