diff options
author | Wim <wim@42.be> | 2017-11-08 23:22:31 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2017-11-08 23:22:31 +0100 |
commit | daac3ebca27e8559f79b189bab85b1008e7a3543 (patch) | |
tree | ba46adf8fb28c4d663f533b5569c42bb290a4222 /README.md | |
parent | 639f9cf96639db27bc0cf5ea11d44e1ecb46f56d (diff) | |
download | matterbridge-msglm-daac3ebca27e8559f79b189bab85b1008e7a3543.tar.gz matterbridge-msglm-daac3ebca27e8559f79b189bab85b1008e7a3543.tar.bz2 matterbridge-msglm-daac3ebca27e8559f79b189bab85b1008e7a3543.zip |
Release v1.4.0v1.4.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,11 +54,11 @@ See https://github.com/42wim/matterbridge/wiki # Installing ## Binaries -* Latest stable release [v1.3.1](https://github.com/42wim/matterbridge/releases/latest) +* Latest stable release [v1.4.0](https://github.com/42wim/matterbridge/releases/latest) * Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/) ## Building -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) +Go 1.8+ 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 |