aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/install-source.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install-source.html b/doc/install-source.html
index 332c72097e..7da5675f63 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -199,7 +199,7 @@ Then clone the repository and check out the latest release tag:</p>
<pre>
$ git clone https://go.googlesource.com/go
$ cd go
-$ git checkout go1.5.3
+$ git checkout go1.6
</pre>
<h2 id="head">(Optional) Switch to the master branch</h2>
@@ -378,7 +378,7 @@ New releases are announced on the
<a href="//groups.google.com/group/golang-announce">golang-announce</a>
mailing list.
Each announcement mentions the latest release tag, for instance,
-<code>go1.5.3</code>.
+<code>go1.6</code>.
</p>
<p>