diff options
author | Wim <wim@42.be> | 2017-07-18 23:48:00 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-07-18 23:48:00 +0200 |
commit | 1e2f27c061b8a8f8215497bc6c564ab2c2402e29 (patch) | |
tree | f11386f9d40f4f7a47a2e4d60608b07e081bba6f /README.md | |
parent | 0302e4da82cfdd4b84713462eaee2637ab3ebdc9 (diff) | |
download | matterbridge-msglm-1e2f27c061b8a8f8215497bc6c564ab2c2402e29.tar.gz matterbridge-msglm-1e2f27c061b8a8f8215497bc6c564ab2c2402e29.tar.bz2 matterbridge-msglm-1e2f27c061b8a8f8215497bc6c564ab2c2402e29.zip |
Release v0.16.2v0.16.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,11 +49,11 @@ Accounts to one of the supported bridges # Installing ## Binaries -* Latest stable release [v0.16.1](https://github.com/42wim/matterbridge/releases/tag/v0.16.1) +* Latest stable release [v0.16.2](https://github.com/42wim/matterbridge/releases/latest) * Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/) ## Building -Go 1.6+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed, including setting up your [GOPATH] (https://golang.org/doc/code.html#GOPATH) +Go 1.7+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed, including setting up your [GOPATH] (https://golang.org/doc/code.html#GOPATH) ``` cd $GOPATH |