summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-05-09 23:31:26 +0200
committerWim <wim@42.be>2017-05-09 23:31:26 +0200
commit7a161463049b72e29b00ddf3a99d0308c48d2d80 (patch)
tree62bc42182b80a4bb156d9bca189b718f5d7c0d2b
parent3d3809a21b393a23be85cac61e7f84bdecb041d8 (diff)
downloadmatterbridge-msglm-7a161463049b72e29b00ddf3a99d0308c48d2d80.tar.gz
matterbridge-msglm-7a161463049b72e29b00ddf3a99d0308c48d2d80.tar.bz2
matterbridge-msglm-7a161463049b72e29b00ddf3a99d0308c48d2d80.zip
Release v0.12.0v0.12.0
-rw-r--r--README.md4
-rw-r--r--matterbridge.go2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b3b1d6c9..b32b56de 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ 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)
@@ -42,7 +42,7 @@ 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 177795ad..a4ba16c5 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -12,7 +12,7 @@ import (
)
var (
- version = "0.12.0-dev"
+ version = "0.12.0"
githash string
)