summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-03-28 23:58:07 +0200
committerWim <wim@42.be>2017-03-28 23:58:07 +0200
commit8afc641f0c9dc33195fb48b056f6c11913a10f98 (patch)
treedfb914eeece49463fed33fa57077004e75797613
parent02d7e2db65a954256fc6a66d7bb6a0d769c883df (diff)
downloadmatterbridge-msglm-8afc641f0c9dc33195fb48b056f6c11913a10f98.tar.gz
matterbridge-msglm-8afc641f0c9dc33195fb48b056f6c11913a10f98.tar.bz2
matterbridge-msglm-8afc641f0c9dc33195fb48b056f6c11913a10f98.zip
Bump version
-rw-r--r--changelog.md2
-rw-r--r--matterbridge.go2
2 files changed, 3 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 78289f09..a61af09c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,5 @@
+# v0.11.0-dev
+
# v0.10.3
## Bugfix
* slack: Allow bot tokens for now without warning (slack). Closes #140 (fixes user_is_bot message on channel join)
diff --git a/matterbridge.go b/matterbridge.go
index c3b7e8f9..db05a596 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -11,7 +11,7 @@ import (
)
var (
- version = "0.10.3"
+ version = "0.11.0-dev"
githash string
)