diff options
author | Wim <wim@42.be> | 2020-04-19 17:13:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-19 17:13:58 +0200 |
commit | 4f406b2ce62b45f171d0873bf0abdc2d87e8b7b9 (patch) | |
tree | 64b7c5106df5b1075a7e299b5dee25cd71b11d88 /matterbridge.go | |
parent | e564c555d7c1396e27310d24fb12818666694c4d (diff) | |
download | matterbridge-msglm-4f406b2ce62b45f171d0873bf0abdc2d87e8b7b9.tar.gz matterbridge-msglm-4f406b2ce62b45f171d0873bf0abdc2d87e8b7b9.tar.bz2 matterbridge-msglm-4f406b2ce62b45f171d0873bf0abdc2d87e8b7b9.zip |
Release v1.17.3 (#1103)v1.17.3
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 f7f7b667..fab509c7 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -15,7 +15,7 @@ import ( ) var ( - version = "1.17.3-dev" + version = "1.17.3" githash string flagConfig = flag.String("conf", "matterbridge.toml", "config file") |