diff options
author | Wim <wim@42.be> | 2019-12-16 00:01:00 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2019-12-16 00:01:00 +0100 |
commit | b9da28a29be77b302bf90b0468c1ca3c57546842 (patch) | |
tree | 5324d93e14f7f40230255b10bd60239ed2c77fe7 /matterbridge.go | |
parent | 84bfa8a6b1492da3b02fe371e78280b6dd957a28 (diff) | |
download | matterbridge-msglm-b9da28a29be77b302bf90b0468c1ca3c57546842.tar.gz matterbridge-msglm-b9da28a29be77b302bf90b0468c1ca3c57546842.tar.bz2 matterbridge-msglm-b9da28a29be77b302bf90b0468c1ca3c57546842.zip |
Bump version
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 3eabba07..6b4b2f51 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -15,7 +15,7 @@ import ( ) var ( - version = "1.16.3" + version = "1.16.4-dev" githash string flagConfig = flag.String("conf", "matterbridge.toml", "config file") |