diff options
author | Wim <wim@42.be> | 2020-03-28 00:29:41 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2020-03-28 00:29:41 +0100 |
commit | 54b3143a1d2997abc2a38bc608437c4ac362245f (patch) | |
tree | 6542a041b4c106f63b90ac125d72ae9925a0f563 | |
parent | 148f7d2a91df04b434344eb9702ef488153a75f6 (diff) | |
download | matterbridge-msglm-54b3143a1d2997abc2a38bc608437c4ac362245f.tar.gz matterbridge-msglm-54b3143a1d2997abc2a38bc608437c4ac362245f.tar.bz2 matterbridge-msglm-54b3143a1d2997abc2a38bc608437c4ac362245f.zip |
Bump version
-rw-r--r-- | matterbridge.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matterbridge.go b/matterbridge.go index 38880964..0cd3b24a 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -15,7 +15,7 @@ import ( ) var ( - version = "1.17.1" + version = "1.17.2-dev" githash string flagConfig = flag.String("conf", "matterbridge.toml", "config file") |