diff options
| author | mokou <mokou@fastmail.com> | 2022-08-16 09:54:25 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-08-16 09:54:25 +0200 |
| commit | 714a8075cc34e3823513cd3ea26bd4a92c1c1129 (patch) | |
| tree | 04bc578ee23579455ada421ac026ea6c5a8f6a23 /src/main.rs | |
| parent | 0a9d34a25a6a262b3f947625a3fa87e8fa10ed7e (diff) | |
chore: bump version
Diffstat (limited to 'src/main.rs')
| -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 0ddb733..3719f66 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 = "5.0.0"; +const VERSION: &str = "5.1.0"; #[derive(FromArgs, PartialEq, Debug)] /// Rustlings is a collection of small exercises to get you used to writing and reading Rust code |
