This commit is contained in:
Wim 2017-12-03 00:01:05 +01:00
Родитель 788d3b32ac
Коммит 59e55cfbd5
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

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