summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorliv <shadows_withal@fastmail.com>2023-05-17 21:05:51 +0200
committerliv <shadows_withal@fastmail.com>2023-05-17 21:05:51 +0200
commitf2de12aa3443af2e989a045d9035294184d36eee (patch)
treed5d75d9ad5131df9a5d3106f76843126b83a0d43 /src
parent2d544f18b53102a11bc80be4e986c7f52f5262de (diff)
release: 5.5.1
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index feb673d..0a9af2e 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.5.0";
+const VERSION: &str = "5.5.1";
#[derive(FromArgs, PartialEq, Debug)]
/// Rustlings is a collection of small exercises to get you used to writing and reading Rust code