summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-08-27 19:48:15 +0100
committermokou <mokou@fastmail.com>2022-08-27 19:48:15 +0100
commit3309a01b5e7f18da6409435151e8ebe0c0a697dc (patch)
treec1337b0620e5c748ec6701b74af6c90b73a66fc8 /src/main.rs
parent5a03e46d69fe3cfe98f7ca7a3324e92b0565b7d7 (diff)
chore: release 5.2.0
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 9bf75e3..8eebc08 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.1";
+const VERSION: &str = "5.2.0";
#[derive(FromArgs, PartialEq, Debug)]
/// Rustlings is a collection of small exercises to get you used to writing and reading Rust code