diff options
author | Wim <wim@42.be> | 2019-09-07 23:30:17 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2019-09-07 23:30:17 +0200 |
commit | 294139ce7a336823dd5266f4091fbe7531917c42 (patch) | |
tree | 572eff18e5b8b0c03d5bcdb4649a652be5b5d87d /matterbridge.go | |
parent | 45becd2573e0c74606e1100b7d6607bf4118cf97 (diff) | |
download | matterbridge-msglm-294139ce7a336823dd5266f4091fbe7531917c42.tar.gz matterbridge-msglm-294139ce7a336823dd5266f4091fbe7531917c42.tar.bz2 matterbridge-msglm-294139ce7a336823dd5266f4091fbe7531917c42.zip |
Bump version and fix changelog
Diffstat (limited to 'matterbridge.go')
-rw-r--r-- | matterbridge.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matterbridge.go b/matterbridge.go index b70147a6..b14cc92b 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -15,7 +15,7 @@ import ( ) var ( - version = "1.16.0" + version = "1.16.1-dev" githash string flagConfig = flag.String("conf", "matterbridge.toml", "config file") |