summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-09-06 12:22:17 +0200
committermokou <mokou@fastmail.com>2022-09-06 12:22:17 +0200
commitc923e7af73a91970d2e63e03babbca9cc0817551 (patch)
treea8fe941327f034862a68986482506f43751c9ff4 /src/main.rs
parentc838d446add69fa7957acc8a51423f1584e35009 (diff)
chore: release 5.2.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 8eebc08..cd79d9f 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.2.0";
+const VERSION: &str = "5.2.1";
#[derive(FromArgs, PartialEq, Debug)]
/// Rustlings is a collection of small exercises to get you used to writing and reading Rust code