]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update release tag in source directions to go1.5.1
authorAustin Clements <austin@google.com>
Fri, 2 Oct 2015 19:25:01 +0000 (15:25 -0400)
committerAndrew Gerrand <adg@golang.org>
Sat, 3 Oct 2015 07:58:43 +0000 (07:58 +0000)
Change-Id: I8da1c7a86adf6672e5e5c44cbab422706833c1da
Reviewed-on: https://go-review.googlesource.com/15350
Reviewed-by: Andrew Gerrand <adg@golang.org>
doc/install-source.html

index e71fff710f408b681ea091b535a152fc68777b4e..6542fe5417066b422276918747320f6d1181dcd9 100644 (file)
@@ -167,7 +167,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
+$ git checkout go1.5.1
 </pre>
 
 <h2 id="head">(Optional) Switch to the master branch</h2>
@@ -346,7 +346,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</code>.
+<code>go1.5.1</code>.
 </p>
 
 <p>