From: Austin Clements Date: Fri, 2 Oct 2015 19:25:01 +0000 (-0400) Subject: doc: update release tag in source directions to go1.5.1 X-Git-Tag: go1.6beta1~922 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=788eb99b76d0817d238c3ad0952eb1fe6349f735;p=gostls13.git doc: update release tag in source directions to go1.5.1 Change-Id: I8da1c7a86adf6672e5e5c44cbab422706833c1da Reviewed-on: https://go-review.googlesource.com/15350 Reviewed-by: Andrew Gerrand --- diff --git a/doc/install-source.html b/doc/install-source.html index e71fff710f..6542fe5417 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -167,7 +167,7 @@ Then clone the repository and check out the latest release tag:

 $ git clone https://go.googlesource.com/go
 $ cd go
-$ git checkout go1.5
+$ git checkout go1.5.1
 
@@ -346,7 +346,7 @@ New releases are announced on the golang-announce mailing list. Each announcement mentions the latest release tag, for instance, -go1.5. +go1.5.1.