diff options
| author | mokou <mokou@fastmail.com> | 2022-04-14 11:16:00 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-04-14 11:16:00 +0200 |
| commit | cf9f382873a8ec167803ff575004048240dc0532 (patch) | |
| tree | 7b4eb15a5e889fd567ce0d220e17c3a9032a29fc /src | |
| parent | 8f33dba9caaf59d19a174d39ec0373241807eb6e (diff) | |
chore: bump version
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 453b8c0..e8591f7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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 |
