summaryrefslogtreecommitdiffstats
path: root/matterbridge.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2020-04-19 17:23:17 +0200
committerWim <wim@42.be>2020-04-19 17:23:17 +0200
commit308a1100006e6e5b3d6cb5dcea90ac7a9d95b594 (patch)
tree38e124c86048927b9a7f405a4b433587e6f394ff /matterbridge.go
parent4f406b2ce62b45f171d0873bf0abdc2d87e8b7b9 (diff)
downloadmatterbridge-msglm-308a1100006e6e5b3d6cb5dcea90ac7a9d95b594.tar.gz
matterbridge-msglm-308a1100006e6e5b3d6cb5dcea90ac7a9d95b594.tar.bz2
matterbridge-msglm-308a1100006e6e5b3d6cb5dcea90ac7a9d95b594.zip
Bump version
Diffstat (limited to 'matterbridge.go')
-rw-r--r--matterbridge.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/matterbridge.go b/matterbridge.go
index fab509c7..e96061be 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -15,7 +15,7 @@ import (
)
var (
- version = "1.17.3"
+ version = "1.17.4-dev"
githash string
flagConfig = flag.String("conf", "matterbridge.toml", "config file")