summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-07-01 16:48:34 +0200
committermokou <mokou@fastmail.com>2022-07-01 16:48:34 +0200
commit6588d9be22b511c98520de4f4df0c3939aae610e (patch)
tree2c2d1e1b3a2f8da7b3c859b5070f7f5f2347e460 /src
parentd27f5a7d41bf0ac775836c87171f88e59257fb6a (diff)
chore: bump version
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 24ffbc5..15c3095 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 = "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