Release v1.5.0

This commit is contained in:
Wim 2017-12-03 00:01:05 +01:00
parent 788d3b32ac
commit 59e55cfbd5
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ See https://github.com/42wim/matterbridge/wiki
# Installing
## Binaries
* Latest stable release [v1.4.1](https://github.com/42wim/matterbridge/releases/latest)
* Latest stable release [v1.5.0](https://github.com/42wim/matterbridge/releases/latest)
* Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
## Building

View File

@ -12,7 +12,7 @@ import (
)
var (
version = "1.4.2-dev"
version = "1.5.0"
githash string
)