diff options
author | Wim <wim@42.be> | 2020-11-22 17:27:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 17:27:33 +0100 |
commit | 1a5353d7680fd769b765444479969ca316dfc235 (patch) | |
tree | e494525205321b71ee10b06ae588a338ac943dde /matterbridge.go | |
parent | eff41759bccd513ecd9af6385534ad3b858e7208 (diff) | |
download | matterbridge-msglm-1a5353d7680fd769b765444479969ca316dfc235.tar.gz matterbridge-msglm-1a5353d7680fd769b765444479969ca316dfc235.tar.bz2 matterbridge-msglm-1a5353d7680fd769b765444479969ca316dfc235.zip |
Release v1.20.0 (#1298)v1.20.0
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 b76dabb2..84eeeb80 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -16,7 +16,7 @@ import ( ) var ( - version = "1.19.1-dev" + version = "1.20.0" githash string flagConfig = flag.String("conf", "matterbridge.toml", "config file") |