From f3da6796b9035285d105aa2d8cec9f9035aae62f Mon Sep 17 00:00:00 2001
From: Mark Provan <markgprovan@gmail.com>
Date: Thu, 24 Oct 2019 13:56:14 +0100
Subject: [PATCH] Update README to show latest version, for those who
 copy/paste

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 48fff64d..6e866bd0 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ Basically: Clone the repository, checkout to the latest tag, run `cargo install`
 ```bash
 git clone https://github.com/rust-lang/rustlings
 cd rustlings
-git checkout tags/1.0.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
+git checkout tags/1.4.1 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
 cargo install --force --path .
 ```