chore: bump version

This commit is contained in:
mokou
2022-04-14 11:16:00 +02:00
parent 8f33dba9ca
commit cf9f382873
3 changed files with 4 additions and 4 deletions

View File

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