Release v1.1.2

pull/275/head v1.1.2
Wim 7 years ago
parent aef64eec32
commit d6ee55e35f

@ -36,7 +36,7 @@ Has a REST API.
# Requirements
Accounts to one of the supported bridges
* [Mattermost](https://github.com/mattermost/platform/) 3.8.x - 3.10.x, 4.0.x - 4.1.x
* [Mattermost](https://github.com/mattermost/platform/) 3.8.x - 3.10.x, 4.0.x - 4.2.x
* [IRC](http://www.mirc.com/servers.html)
* [XMPP](https://jabber.org)
* [Gitter](https://gitter.im)
@ -53,7 +53,7 @@ See https://github.com/42wim/matterbridge/wiki
# Installing
## Binaries
* Latest stable release [v1.1.1](https://github.com/42wim/matterbridge/releases/latest)
* Latest stable release [v1.1.2](https://github.com/42wim/matterbridge/releases/latest)
* Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
## Building

@ -11,7 +11,7 @@ import (
)
var (
version = "1.1.1"
version = "1.1.2"
githash string
)

Loading…
Cancel
Save