Bump readme to version 1.4.

This commit is contained in:
Péter Szilágyi 2014-12-17 16:46:17 +02:00
parent 73d67ca0e7
commit 06d05257e9
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ You can select which Go release to work with through the `-go` command line flag
to xgo and if the specific release was already integrated, it will automatically
be retrieved and installed.
$ xgo -go 1.3.3 github.com/project-iris/iris
$ xgo -go 1.4 github.com/project-iris/iris
Since xgo depends on not only the official releases, but also on Dave Cheney's
ARM packages, there will be a slight delay between official Go updates and the
@ -80,7 +80,7 @@ xgo updates.
Additionally, a few wildcard release strings are also supported:
- `latest` will use the latest Go release
- `1.3.x` will use the latest point release of a specific Go version
- `1.4.x` will use the latest point release of a specific Go version
### Output prefixing