diff options
author | Wim <wim@42.be> | 2019-04-23 23:32:19 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2019-04-23 23:32:19 +0200 |
commit | 6d8cccccf189aa7a3a4103b09b42eb48da8e30ab (patch) | |
tree | 4c1c750baca44573c129a8dffbfe9f86070b803f | |
parent | dd63438e7b54edf990a3247cfd58639cfaaef9c3 (diff) | |
download | matterbridge-msglm-6d8cccccf189aa7a3a4103b09b42eb48da8e30ab.tar.gz matterbridge-msglm-6d8cccccf189aa7a3a4103b09b42eb48da8e30ab.tar.bz2 matterbridge-msglm-6d8cccccf189aa7a3a4103b09b42eb48da8e30ab.zip |
Release v1.14.4v1.14.4
-rw-r--r-- | matterbridge.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matterbridge.go b/matterbridge.go index 460b8d51..0e075af8 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -15,7 +15,7 @@ import ( ) var ( - version = "1.14.3" + version = "1.14.4" githash string flagConfig = flag.String("conf", "matterbridge.toml", "config file") |