summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-08-17 10:43:50 +0200
committermokou <mokou@fastmail.com>2022-08-17 10:43:50 +0200
commitd0c7b06eff3e8959b261145e10f1aaa57ba1e4c3 (patch)
treee545e320aceed170fdd7ad3e8dcde92d79afe07d /src/main.rs
parent5f9dd129eac405f1302dd2a5dd39786e0a411fe0 (diff)
chore: release 5.1.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 3719f66..531533e 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.1.0";
+const VERSION: &str = "5.1.1";
#[derive(FromArgs, PartialEq, Debug)]
/// Rustlings is a collection of small exercises to get you used to writing and reading Rust code