Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 4bd588b488d3dc3c3cbee8f3ccb0832c769ec58d Author: Wim <wim@42.be> Date: Tue Dec 04 10:36:02 2018 +0000 Bump version diff --git a/README.md b/README.md index e20ab42..ec8f428 100644 --- a/README.md +++ b/README.md @@ -927 +927 @@ See https://github.com/42wim/matterbridge/wiki    ## Installing  ### Binaries -* Latest stable release [v1.12.1](https://github.com/42wim/matterbridge/releases/latest) +* Latest stable release [v1.12.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 81af86d..de63c90 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -157 +157 @@ import (  )    var ( - version = "1.12.2-dev" + version = "1.12.3-dev"   githash string  )