Skip to content

Commit 7a16146

Browse files
committed
Release v0.12.0
1 parent 3d3809a commit 7a16146

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Simple bridge between Mattermost, IRC, XMPP, Gitter, Slack, Discord, Telegram, R
2828

2929
# Requirements
3030
Accounts to one of the supported bridges
31-
* [Mattermost](https://github.com/mattermost/platform/) 3.5.x - 3.8.x
31+
* [Mattermost](https://github.com/mattermost/platform/) 3.5.x - 3.9.x
3232
* [IRC](http://www.mirc.com/servers.html)
3333
* [XMPP](https://jabber.org)
3434
* [Gitter](https://gitter.im)
@@ -42,7 +42,7 @@ Accounts to one of the supported bridges
4242
# Installing
4343
## Binaries
4444
Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/)
45-
* Latest stable release [v0.11.0](https://github.com/42wim/matterbridge/releases/latest)
45+
* Latest stable release [v0.12.0](https://github.com/42wim/matterbridge/releases/latest)
4646

4747
## Building
4848
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)

matterbridge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
var (
15-
version = "0.12.0-dev"
15+
version = "0.12.0"
1616
githash string
1717
)
1818

0 commit comments

Comments
 (0)