Bump version

pull/866/head
Wim 5 years ago
parent 87788f354f
commit ff27746c0c

@ -10,6 +10,9 @@
* xmpp: fix segfault when disconnected/reconnected #856
* telegram: fix panic in handleEntities #858
This release couldn't exist without the following contributors:
@42wim, @qaisjp, @joohoi
# v1.15.0
## New features
* Add scripting (tengo) support for every outgoing message (#806)

@ -15,7 +15,7 @@ import (
)
var (
version = "1.15.1"
version = "1.15.2-dev"
githash string
flagConfig = flag.String("conf", "matterbridge.toml", "config file")

Loading…
Cancel
Save