chore: bump version

This commit is contained in:
mokou
2022-07-01 16:48:34 +02:00
parent d27f5a7d41
commit 6588d9be22
3 changed files with 23 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ mod run;
mod verify;
// In sync with crate version
const VERSION: &str = "4.7.1";
const VERSION: &str = "4.8.0";
#[derive(FromArgs, PartialEq, Debug)]
/// Rustlings is a collection of small exercises to get you used to writing and reading Rust code