diff options
author | Wim <wim@42.be> | 2017-03-27 20:40:57 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-03-27 20:40:57 +0200 |
commit | 02d7e2db65a954256fc6a66d7bb6a0d769c883df (patch) | |
tree | ec2edc9e95fb8366f8dcbf9116c9cfc5f08cc9f8 /matterbridge.go | |
parent | f935c573e9f69a6f77ab12c8b4551667dcc20fd4 (diff) | |
download | matterbridge-msglm-02d7e2db65a954256fc6a66d7bb6a0d769c883df.tar.gz matterbridge-msglm-02d7e2db65a954256fc6a66d7bb6a0d769c883df.tar.bz2 matterbridge-msglm-02d7e2db65a954256fc6a66d7bb6a0d769c883df.zip |
Release v0.10.3v0.10.3
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 f3341acb..c3b7e8f9 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -11,7 +11,7 @@ import ( ) var ( - version = "0.10.2" + version = "0.10.3" githash string ) |