diff options
| author | Andrew Gerrand <adg@golang.org> | 2013-06-03 11:52:36 +1000 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2013-06-03 11:52:36 +1000 |
| commit | ae43ea432dae096add3bb02271fb143733ccd155 (patch) | |
| tree | 1ae4d331549eea424ad7c757e463dfc5086ce242 | |
| parent | ec1769ba7b864c1523093958d7b107137ca1bf0a (diff) | |
| download | go-ae43ea432dae096add3bb02271fb143733ccd155.tar.xz | |
doc: add Go 1.1 to release.html
Fixes #5468.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9853051
| -rw-r--r-- | doc/devel/release.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html index 3340d1e915..dc89d94ed3 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -13,6 +13,14 @@ hg pull hg update <i>tag</i> </pre> +<h2 id="go1.1">go1.1 (released 2013/05/13)</h2> + +<p> +Go 1.1 is a major release of Go. +Read the <a href="/doc/go1.1.html">Go 1.1 Release Notes</a> for +more information. +</p> + <h2 id="go1">go1 (released 2012/03/28)</h2> <p> |
