diff options
author | Wim <wim@42.be> | 2017-08-16 23:28:11 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-08-16 23:28:11 +0200 |
commit | f6297ebbb09611165a50a6cd15abf6499268cf86 (patch) | |
tree | f3693d27dcdeab640bc8661e915d277e44dd7de5 /matterbridge.go | |
parent | a5259f56c5146ea2a9a1b1598098aad91eeea779 (diff) | |
download | matterbridge-msglm-f6297ebbb09611165a50a6cd15abf6499268cf86.tar.gz matterbridge-msglm-f6297ebbb09611165a50a6cd15abf6499268cf86.tar.bz2 matterbridge-msglm-f6297ebbb09611165a50a6cd15abf6499268cf86.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 2f69baab..e1ffc9d2 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -11,7 +11,7 @@ import ( ) var ( - version = "1.0.1" + version = "1.1.0-dev" githash string ) |