diff --git a/README.md b/README.md index d48e1dc5..9385e901 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/matterbridge.go b/matterbridge.go index 56f061e3..59994f9c 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -11,7 +11,7 @@ import ( ) var ( - version = "1.1.1" + version = "1.1.2" githash string )