From: nwidger
Date: Sun, 28 Feb 2016 13:51:06 +0000 (-0500)
Subject: doc: update release tag in source directions to go1.6
X-Git-Tag: go1.7beta1~1633
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=50674532719cad7bbdbcce5027f3510633eeed73;p=gostls13.git
doc: update release tag in source directions to go1.6
Fixes #14371
Change-Id: I8e9e4b2b89083f5a947e791c011912fdf365a11e
Reviewed-on: https://go-review.googlesource.com/19996
Reviewed-by: Andrew Gerrand
---
diff --git a/doc/install-source.html b/doc/install-source.html
index b8cd8dbcfc..fc4d66fd2a 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:
$ git clone https://go.googlesource.com/go
$ cd go
-$ git checkout go1.5.3
+$ git checkout go1.6
(Optional) Switch to the master branch
@@ -378,7 +378,7 @@ New releases are announced on the
golang-announce
mailing list.
Each announcement mentions the latest release tag, for instance,
-go1.5.3
.
+go1.6
.