diff options
author | Wim <wim@42.be> | 2017-03-28 23:58:07 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-03-28 23:58:07 +0200 |
commit | 8afc641f0c9dc33195fb48b056f6c11913a10f98 (patch) | |
tree | dfb914eeece49463fed33fa57077004e75797613 /matterbridge.go | |
parent | 02d7e2db65a954256fc6a66d7bb6a0d769c883df (diff) | |
download | matterbridge-msglm-8afc641f0c9dc33195fb48b056f6c11913a10f98.tar.gz matterbridge-msglm-8afc641f0c9dc33195fb48b056f6c11913a10f98.tar.bz2 matterbridge-msglm-8afc641f0c9dc33195fb48b056f6c11913a10f98.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 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 ) |