summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2018-06-19 00:41:49 +0200
committerWim <wim@42.be>2018-06-19 00:41:49 +0200
commit4ff5091bc2cf505ac248adc5ed68a76e52edb16c (patch)
tree3f181a90bcb967bd6a9d2581fe449689a6a6c804
parent6f131250f1f48fb3898ee4c6717d9299a215ff67 (diff)
downloadmatterbridge-msglm-4ff5091bc2cf505ac248adc5ed68a76e52edb16c.tar.gz
matterbridge-msglm-4ff5091bc2cf505ac248adc5ed68a76e52edb16c.tar.bz2
matterbridge-msglm-4ff5091bc2cf505ac248adc5ed68a76e52edb16c.zip
Bump version
-rw-r--r--matterbridge.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/matterbridge.go b/matterbridge.go
index 7c024911..f2179ffb 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -14,7 +14,7 @@ import (
)
var (
- version = "1.11.0"
+ version = "1.11.1-dev"
githash string
)