about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMaximilian Haack <mxhaack@gmail.com>2015-05-16 17:20:07 +0200
committerMaximilian Haack <mxhaack@gmail.com>2015-05-16 17:20:07 +0200
commit76fa4f427b3dfcdfe0fe788d06f64fb59ba346d3 (patch)
tree5ae35b6fbc48209b7cdfb7ce40d27500de9b5252 /src
parent63b000b1b81ecc197112a60d9b79901cffa4e0bb (diff)
downloadrust-76fa4f427b3dfcdfe0fe788d06f64fb59ba346d3.tar.gz
rust-76fa4f427b3dfcdfe0fe788d06f64fb59ba346d3.zip
Update the shown installed rust version to 1.0
:tada: :tada: :tada:
Diffstat (limited to 'src')
-rw-r--r--src/doc/trpl/installing-rust.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/installing-rust.md b/src/doc/trpl/installing-rust.md
index b8230f060e0..cce786da3d0 100644
--- a/src/doc/trpl/installing-rust.md
+++ b/src/doc/trpl/installing-rust.md
@@ -74,7 +74,7 @@ $ rustc --version
 You should see the version number, commit hash, commit date and build date:
 
 ```bash
-rustc 1.0.0-beta (9854143cb 2015-04-02) (built 2015-04-02)
+rustc 1.0.0 (a59de37e9 2015-05-13) (built 2015-05-14)
 ```
 
 If you did, Rust has been installed successfully! Congrats!