summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorana <ana@ana.st>2021-07-07 22:23:52 +0200
committerana <ana@ana.st>2021-07-07 22:23:52 +0200
commitba087ce64a35c93e40689d258f6dfde538b9ca22 (patch)
tree2deb46d028ec9890155ea676fe2f21c381dc03ec /src
parent3b03865a62b1f15aaeada9b409d4749c2d095497 (diff)
release: 4.5.0
Signed-off-by: ana <ana@ana.st>
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 985fe34..c8ebc68 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.4.0";
+const VERSION: &str = "4.5.0";
#[derive(FromArgs, PartialEq, Debug)]
/// Rustlings is a collection of small exercises to get you used to writing and reading Rust code