diff options
| author | mokou <mokou@fastmail.com> | 2021-04-24 11:57:00 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2021-04-24 11:57:00 +0200 |
| commit | 84461c20cbaf97a67baa55afc16989aab3e3c02d (patch) | |
| tree | 42c591bee4240f90942f84b6759113ac712fc7d4 /src | |
| parent | 3cddda56fc1e1eff84f4aa7b61cba4f1db9b723e (diff) | |
release: 4.4.0
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 bc1b71e..a80ce88 100644 --- a/src/main.rs +++ b/src/main.rs @@ -23,7 +23,7 @@ mod run; mod verify; // In sync with crate version -const VERSION: &str = "4.3.0"; +const VERSION: &str = "4.4.0"; #[derive(FromArgs, PartialEq, Debug)] /// Rustlings is a collection of small exercises to get you used to writing and reading Rust code |
