summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-04-14 11:16:00 +0200
committermokou <mokou@fastmail.com>2022-04-14 11:16:00 +0200
commitcf9f382873a8ec167803ff575004048240dc0532 (patch)
tree7b4eb15a5e889fd567ce0d220e17c3a9032a29fc /src/main.rs
parent8f33dba9caaf59d19a174d39ec0373241807eb6e (diff)
chore: bump version
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 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