Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 2105242d3b9717782eecb49963dffe350ef99137 Author: Wim <wim@42.be> Date: Tue May 09 23:31:26 2017 +0000 Release v0.12.0 diff --git a/README.md b/README.md index b3b1d6c..b32b56d 100644 --- a/README.md +++ b/README.md @@ -287 +287 @@ Simple bridge between Mattermost, IRC, XMPP, Gitter, Slack, Discord, Telegram, R    # Requirements  Accounts to one of the supported bridges -* [Mattermost](https://github.com/mattermost/platform/) 3.5.x - 3.8.x +* [Mattermost](https://github.com/mattermost/platform/) 3.5.x - 3.9.x  * [IRC](http://www.mirc.com/servers.html)  * [XMPP](https://jabber.org)  * [Gitter](https://gitter.im) @@ -427 +427 @@ Accounts to one of the supported bridges  # Installing  ## Binaries  Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/) -* Latest stable release [v0.11.0](https://github.com/42wim/matterbridge/releases/latest) +* Latest stable release [v0.12.0](https://github.com/42wim/matterbridge/releases/latest)    ## 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) diff --git a/matterbridge.go b/matterbridge.go index 177795a..a4ba16c 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -127 +127 @@ import (  )    var ( - version = "0.12.0-dev" + version = "0.12.0"   githash string  )